AttriCSS is a classless css framework that style normal ugly html to beautiful website.
For faster prototyping of backend logic on front end without any use of classes and just using html.
Predefined Themes
<head>
tag
<link rel="stylesheet" href="path_to_attricss_file.css" type="text/css">
Custom Theme
$navtext-color: #fff; <-- This is for navbar text color
$font-family: "Nunito", sans-serif; <-- This is Font Family for the theme
$text-color: #000; <-- This is the text color on the body
$body-bg: white; <-- This is body's background color (choose this color with text-color in mind to make it visible)
$code-bg-color: #eeeeee; <-- This is code blocks background color
$tertiary-color: #bdbdbd; <-- Tertiary color for theme theme
$secondary-color: #212121; <-- Secondary color for the theme
$primary-color: #00c853; <-- Primary color for the theme