-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
32 changed files
with
1,220 additions
and
426 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,33 @@ | ||
![Logo](assets/icon64.jpg) | ||
# Aluminum CSS | ||
Brutalist minimal CSS framework for your next project. | ||
Minimal CSS boilerplate to make your next page shine. | ||
|
||
[Docs](https://pr0gramista.github.io/aluminiumcss) | [Cute demo]([https://demo.](https://pr0gramista.github.io/aluminiumcss)) | [npm](https://www.npmjs.com/package/aluminiumcss) | ||
|
||
## Features | ||
- CSS only | ||
- Selective styling - you can apply Aluminium CSS globally or selectively on just a few elements | ||
- Easy to customize - just a bunch of CSS variables | ||
- Utilities included - positioning, spacings in Tailwind CSS style | ||
- CSS grid system | ||
- Basic navbar and footer | ||
|
||
## Installation | ||
Include stylesheet in the `<head>` of your HTML document: | ||
Aluminium CSS works best as a single link tag in the `<head>` of your HTML document: | ||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aluminiumcss@0.1.1/dist/aluminium.min.css"> | ||
``` | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aluminiumcss/dist/aluminium.min.css"> | ||
``` | ||
|
||
You can also install Aluminium CSS via NPM: | ||
```bash | ||
npm install aluminiumcss | ||
``` | ||
|
||
And then import it in your JS file, assuming you are using a bundler: | ||
```javascript | ||
require('aluminiumcss/dist/aluminium.min.css') | ||
``` | ||
|
||
## Motivation | ||
I have seen way too many bare HTML pages. While many other CSS styles exist there are't many that are minimal and easy to customize. | ||
I also kept missing some of the core Tailwind CSS utilities, so I included a variation of them in this project. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.