Modern and minimal CSS framework for terminal lovers. Visit the website terminalcss.xyz
Terminal CSS has no overhead and is lightweight (~3k gzip). The source is written in pure css to be accessible for everybody and easy to contribute.
It's perfect for your personal website, blog, or side project.
When using something like Webpack just install with npm i terminal.css
.
import 'terminal.css'
Terminal CSS is also available via CDN
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/terminal.min.css" />
To create your own theme just open the dev-tools and edit the CSS Variables. Copy and paste it to your website. Done!
npm install
npm run start
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
MIT © Gioni06