ummahusla / PotatoCSS

🥔 Simple CSS framework for hackers. Simple as potato.

Home Page:https://potatocss.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add utility classes examples

ummahusla opened this issue · comments

At the moment, PotatoCSS has next utility classes:

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-justify { text-align: justify; }
.float-left { float: left; }
.float-right { float: right; }
.font-light { font-weight: lighter; }
.font-normal { font-weight: normal; }
.font-bold { font-weight: bold; }

Might be a good idea to work on this task after #76 is finished.