fluento is a uI framework built on pure cSS allowing developers to create beautiful webapps. fluento is licensed under the vibra public use license v1.0: dev edition
now you might be wondering what makes fluento different? well, it is its structure. here are a few advantages of fluento:
to import the minified version
@import url(https://shaurya1709.github.io/fluento/api.min.css)
to import the regular version
@import url(https://shaurya1709.github.io/fluento/api.css)
<style> :root { --main-color: /* the main color. used for things like backgrounds */ --accent-color: /* the accent color. used for things like menubar backgrounds */ --text-color: /* the color of the font used across the webpage */ --text-color-alternate: /* an alternate font color used for menubar hovers and active menubar urls */ --font: /* the font family to be used across the webpage */ } </style>