Advertisement
Guest User

Untitled

a guest
Oct 19th, 2013
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. div {
  2. height:100px;
  3. width:100px;
  4. display: inline-block;
  5. }
  6.  
  7. #red {
  8. background-color:#FF0000;
  9. }
  10.  
  11. #blue {
  12. background-color:#0000FF;
  13. }
  14.  
  15. #yellow {
  16. background-color:#E2BE22;
  17. }
  18.  
  19. #green {
  20. background-color:#008800;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement