Advertisement
Guest User

Untitled

a guest
May 20th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1.  
  2. #red {
  3.  
  4. background-color: red;
  5. color:red;
  6. width: 100px;
  7. height: 100px;
  8. margin: 0 auto;
  9. position: absolute; top: 200px; left: 200px;
  10.  
  11. }
  12. #purple {
  13.  
  14. background-color: purple;
  15. color:purple;
  16. width: 100px;
  17. height: 100px;
  18. position: absolute; top: 300px; left: 300px;
  19. }
  20. #yel {
  21.  
  22. background-color: yellow;
  23. border-color:black;
  24. color:yellow;
  25. border-color:black;
  26. width: 100px;
  27. height: 100px;
  28. position: absolute; top: 100px; left: 300px;
  29.  
  30. }
  31. #gren {
  32.  
  33. background-color: green;
  34. color:green;
  35. width: 100px;
  36. height: 100px;
  37. position: absolute; top: 300px; left: 100px;
  38. }
  39. #blu {
  40. background-color: darkblue;
  41. color:darkblue;
  42. width: 100px;
  43. height: 100px;
  44. position: absolute; top: 100px; left: 100px;
  45.  
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement