Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. body {
  2. background-color: royalblue;
  3. }
  4. .dice {
  5. width: 150px;
  6. height:auto;
  7. }
  8. input{
  9. border-radius: 30px;
  10. filter: invert();
  11. }
  12. td{
  13. height: 68px;
  14. width: 68px;
  15. border-radius: 30%;
  16. }
  17. img {
  18. margin-top: 2px;
  19. margin-left: 2px;
  20. width: 65px;
  21. height: 65px;
  22. }
  23.  
  24. #blue {
  25. background-color: #4995f5;
  26. }
  27. #yellow {
  28. background-color: #ffb04f;
  29. }
  30. #red {
  31. background-color: #ff4a4a;
  32. }
  33. #purple {
  34. background-color: magenta;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement