Guest User

Untitled

a guest
Mar 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. .yellow
  2. {
  3. background-color : yellow;
  4. height : 10px;
  5. width: 10px;
  6. margin-left: auto;
  7. margin-right: auto;
  8. border-radius: 10px;
  9. }
  10.  
  11. .red
  12. {
  13. background-color : red;
  14. height : 10px;
  15. width: 10px;
  16. margin-left: auto;
  17. margin-right: auto;
  18. border-radius: 10px;
  19. }
  20.  
  21.  
  22. .blue
  23. {
  24. background-color : blue;
  25. }
  26.  
  27.  
  28.  
  29. .widthh
  30. {
  31. height : 20px;
  32. width: 20px;
  33. }
Add Comment
Please, Sign In to add comment