Advertisement
Ammolife

Untitled

Nov 18th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. a {
  2. color:#ff0000;
  3. text-decoration: none;
  4. }
  5.  
  6. a:visited {
  7. color: #00ffff;
  8. }
  9.  
  10. a:hover {
  11. color: #00fffff;
  12. background-color: #ffff00;
  13. }
  14.  
  15. article {
  16. background-color: #ff0000;
  17. padding: 15px;
  18. width:500px;
  19. height:300px;
  20. border-radius: 50px;
  21. }
  22.  
  23. body {
  24. background-color: #000000;
  25. font-family: Comic Sans MS;
  26. font-size: 15pt;
  27. }
  28.  
  29. header {
  30. text-align:center;
  31. background-color:#00ffff;
  32. width:500px;
  33. height:100px;
  34. border-radius: 50px;
  35. }
  36.  
  37. footer {
  38. text-align:center;
  39. background-color:#ff0000;
  40. color: #ff0000;
  41. border-radius: 50px;
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement