Classes

Elenore is simply a collection of CSS classes. Write the HTML code you want.


Elenore is a CSS framework, meaning that the end result is simply a single .css file:
https://github.com/YellowDi/Elenore/blob/master/css/elenore.css

Because Elenore solely comprises CSS classes, the HTML code you write has no impact on the styling of your page. That's why .input exists as a class, so you can choose which <input type="text"> elements you want to style.

Elenore only styles generic tags directly twice:

This page is open source. View on GitHub