Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. a{
  2.          color:green;  
  3. }
  4.  
  5. h1{
  6.          color:blue;
  7.          font-size:2em; /*em means the standard size so 2em means standard size*2*/
  8. }
  9.  
  10. #content{ /* # means a div, basically a virtual box */
  11.              background:yellow;
  12.                    height:100px;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement