Skip to content

CyberLabsSolutions/basic-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic CSS

This is a single file CSS, that implements all the basic styling for a website. It is intended to be used as a simple drop-in replacement for the default CSS provided by the browser. It doesn't use any classes, and it doesn't use any preprocessor. It applies all the styling directly to the elements.

Supports Dark and Light themes.

Usage

  1. Copy the style.css file to your project.
  2. Add the following to your HTML:
<link rel="stylesheet" href="style.css">

References

You can refer the index.html file for a full example of how to use this CSS.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published