Advertisement
arxeiss

Sass output

May 19th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. .container{ font-size: 16px }
  2. .container:after{
  3.     content: '';
  4.     clear: both;
  5.     display: block;
  6. }
  7. .container a { color: #8bb62b }
  8. .container a:hover { color: #96d30d }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement