Author: | xz |
---|---|
Views Total: | 229 views |
Official Page: | Go to website |
Last Update: | May 21, 2020 |
License: | MIT |
Preview:

Description:
New.css is a pure CSS framework to help developers create minimal, clean, modern websites using plain semantic HTML and CSS.
Ideal for personal blogs, resume/CV pages, documentation websites, and much more.
How to use it:
1. Install & download the New.css library.
# NPM $ npm install @exampledev/new.css --save
2. Import the New.css into the document and you’re done.
<!-- Optional Font but recommended --> <link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css" /> <!-- From Local --> <link rel="stylesheet" href="new.css">
3. Include a theme of your choice in the document:
- night.css: Dark Mode
- terminal.css: Terminal Theme
<link rel="stylesheet" href="./theme/night.css"> <link rel="stylesheet" href="./theme/terminal.css">
More Previews:

Typography

Paragraph and Lists

Quote And Pre

Table

Form Elements

Terminal Theme

Night Theme