2019-01-28 03:37:25 +01:00
---
title: Terminal CSS
2023-11-25 09:28:26 +01:00
description: A modern and minimal CSS framework for terminal lovers.
2019-01-28 03:37:25 +01:00
layout: sans
---
## Project Goals
2019-01-28 03:52:12 +01:00
Terminal CSS has no overhead and is lightweight ** (~ 3k gzip)**.
2019-01-28 03:37:25 +01:00
The source is written in **pure css** to be accessible for everybody and easy to contribute.
2023-12-26 16:12:58 +01:00
## AI Assisted Documentation
You can use a ** 🤖 CustomGPT** trained on the documentation and source code of Terminal CSS. It's available for ChatGPT [Terminal CSS Guide ](https://chat.openai.com/g/g-iVVi4mrUf-terminal-css-guide ). Check it out!
2019-01-28 03:37:25 +01:00
## 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` .
```js
import 'terminal.css'
```
2020-12-17 19:56:24 +01:00
Terminal CSS is also available via [CDN ](https://unpkg.com/terminal.css@0.7.2/dist/terminal.min.css )
2019-01-28 03:37:25 +01:00
```html
2023-11-25 10:00:06 +01:00
< link rel = "stylesheet" href = "https://unpkg.com/terminal.css @0 .7.4/dist/terminal.min.css" />
2019-01-28 03:37:25 +01:00
```
## Themes
2019-10-26 14:18:09 +02:00
To create your own theme just open the dev-tools and edit the CSS Variables. Copy and paste it to your website. Done!
< br >
2020-12-17 20:06:20 +01:00
## Contributors
2019-10-26 14:18:09 +02:00
2019-10-26 14:23:09 +02:00
- [Ben ](https://othyn.com/ )
- [Matias Korhonen ](https://matiaskorhonen.fi/ )
2020-12-17 20:06:20 +01:00
- [Meghan ](https://github.com/nektro )
- [Lingfeng Zhang ](https://ccat3z.xyz )
2023-11-25 10:08:57 +01:00
- [herrbischoff ](https://github.com/herrbischoff )
2023-11-27 19:15:55 +01:00
- [Byeon Jaewoo ](https://github.com/plastic041 )
2019-10-26 14:18:09 +02:00
< br >
With ❤️ by [Jonas D. ](https://jduri.com )