Guest User

Untitled

a guest
Jan 22nd, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. .fl {
  2. float: left;
  3. }
  4.  
  5. .sq {
  6. width: 100px;
  7. height: 100px;
  8. }
  9.  
  10. /* colors */
  11.  
  12. .b {
  13. background-color: blue;
  14. }
  15.  
  16. .g {
  17. background-color: green;
  18. }
  19.  
  20. .r {
  21. background-color: red;
  22. }
  23.  
  24. .y {
  25. background-color: yellow;
  26. }
Add Comment
Please, Sign In to add comment