https://github.com/ferror/grave
Simple HTML/CSS website framework
https://github.com/ferror/grave
css grave html
Last synced: 3 months ago
JSON representation
Simple HTML/CSS website framework
- Host: GitHub
- URL: https://github.com/ferror/grave
- Owner: Ferror
- License: mit
- Created: 2019-05-16T07:48:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:56:01.000Z (over 2 years ago)
- Last Synced: 2025-04-04T09:05:19.386Z (3 months ago)
- Topics: css, grave, html
- Language: CSS
- Homepage: https://grave.malcherczyk.com
- Size: 735 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/Ferror/grave)
[](https://opensource.org/licenses/MIT)
[](https://github.com/Ferror/grave/releases)
[](https://github.com/Ferror/grave)# grave
#### Simple HTML/CSS website framework
## Usage
### If you want the autodetect mode
```html
```
### If you prefer light mode
```html
```
### If you prefer dark mode
```html
```
## Release
### Autodetect Mode
You can release/compile and minimize css by typing:
```
node_modules/gulp/bin/gulp.js release
```### Dark Mode
and to release dark mode:
```
node_modules/gulp/bin/gulp.js release --dark
```### Light Mode
and to release light mode:
```
node_modules/gulp/bin/gulp.js release --light
```## Changelog
### 3.4
* Paragraph links will be underlined### 3.3
* Change the paragraph font family to Times New Roman
* Improve code tag on dark mode
* Minor checkbox input fixes
* Increasing margin-bottom for structure elements
* Make header 2, 4, and 6 with opacity 0.8