2023-12-26 16:12:58 +01:00
2023-11-25 10:00:06 +01:00
2019-01-25 15:57:22 +01:00
2023-12-08 18:31:09 +01:00
2023-12-26 16:12:58 +01:00
2023-12-08 16:25:04 +01:00
2023-12-08 19:59:19 +01:00
2019-01-25 15:36:18 +01:00
2020-12-17 19:56:24 +01:00
2019-01-25 16:53:24 +01:00
2023-11-25 09:53:22 +01:00
2019-03-02 09:39:43 +01:00
2019-01-25 21:15:05 +01:00
2023-12-08 18:31:20 +01:00
2023-12-08 18:31:20 +01:00
2023-11-25 10:00:06 +01:00

Terminal CSS

Modern and minimal CSS framework for terminal lovers. Visit the website terminalcss.xyz

Project Goals

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.

Markdown ❤️ Terminal CSS

It's perfect for your personal website, blog, or side project.

How to use

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/terminal.css@0.7.4/dist/terminal.min.css" />

Themes

To create your own theme just open the dev-tools and edit the CSS Variables. Copy and paste it to your website. Done!

Development

  • npm install
  • npm run start

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

MIT © Gioni06

Description
No description provided
Readme MIT 50 MiB
Languages
HTML 55.7%
CSS 25.4%
Go 14.8%
JavaScript 2.4%
Shell 1.7%