fluento

What is

is a uI framework built on pure cSS allowing developers to create beautiful webapps. is licensed under the vibra public use license v1.0: dev edition

note: is only supported on chromium based browsers.

why

now you might be wondering what makes different? well, it is its structure. here are a few advantages of :

Requirements

Styles

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)

configuration

<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>