Advertisement
MrsMcLead

CSS Example

Feb 25th, 2014
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. h2{
  2.     text-decoration: overline underline;
  3.     color: #320045;
  4.     font-family: Tahoma;
  5.     }
  6. body{
  7.     background-image: url("guyInBox.jpg");
  8.     }
  9. .myClassIsAwesome{
  10.     text-align: right;
  11.     color: #972835;
  12.     }
  13. #MyIDIsAwesome{
  14.     text-align: center;
  15.     margin-left: 50px;
  16.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement