Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. body {
  2. font-family: Verdana;
  3. font-size: 13px;
  4. color: #333;
  5. background: #f3f3f3;
  6. }
  7.  
  8. a {
  9. color: #cb2c2c;
  10. text-decoration: none;
  11. }
  12. h2~li{
  13. color:red;
  14. }
  15. h2:before{
  16. content:"hello";
  17. font-size: 10px;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement