Welcome
Basic-CSS is a minimalistic Cascading Style Sheet designed to beautify the HTML tags out-of-the-box. In addition to this minimalistic approach, it has Advance and Common features which help you design beautiful websites with less efforts.
Advance CSS which is available via advance.css file combined with advance.js file, which helps in executing the Javascript part of the CSS, has the following options for you.
If you use the advance.css, you also need to include advance.js file which helps in executing the Javascript part such as close on click for message and notification.
Common CSS which is available via common.css file, has the necessary classes to style the elements with ease. You need not remember the class names. They just come in the perfect abbreviations like for eg: if you want a display:flex you add it to class as 'df' and for margin on all directions can be added in the class as 'm'. Following are few examples of how you can add classes to your elements.
To see more about how the styles elements looks, check out our Examples page
By default, light theme is available. But, if you want to have a dark theme for your website, just change the RGB values for dark and light variables.
The variables are as follows:
Dark RGB values
--dr: 255;
--dg: 255;
--db: 255;
Light RGB values
--lr: 0;
--lg: 0;
--lb: 0;