Create Modern Websites With New.css Library

Category: CSS & CSS3 , Frameworks , Recommended | May 21, 2020
Author:xz
Views Total:229 views
Official Page:Go to website
Last Update:May 21, 2020
License:MIT

Preview:

Create Modern Websites With New.css Library

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:

New.css Typography

Typography

New.css Paragraph and Lists

Paragraph and Lists

New.css Quote And Pre

Quote And Pre

New.css Table

Table

New.css Form Elements

Form Elements

New.css Terminal Theme

Terminal Theme

New.css Night Theme

Night Theme

You Might Be Interested In:


Leave a Reply