Skip to content

Instantly share code, notes, and snippets.

View zivoradmilekic's full-sized avatar
🏠
Working from home

Živorad Milekić zivoradmilekic

🏠
Working from home
View GitHub Profile
@zivoradmilekic
zivoradmilekic / makeClass.css
Last active October 18, 2015 19:12
Generate class using SASS mixin. Usefull for buttons etc.
.qwer {
background: #006674;
border: 1px solid #005c68;
padding: 5px;
font-family: Arial;
color: #FFF;
}
.qwer:hover {
background: #005c68;