Guest User

Untitled

a guest
May 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. div {
  2. background-color: #ff00ff;
  3. color: #0d151f;
  4. font-size: 50em; }
  5. div a {
  6. color: #ff00ff;
  7. background-color: #00d449; }
  8. p {
  9. background-color: #ff00ff;
  10. font-size: 50em; }
  11. ul {
  12. font-size: 50em;
  13. background-color: #8a8a8a;
  14. color: brown; }
  15. ul li {
  16. float: left;
  17. margin: 10px; }
  18. .box {
  19. border-radius: 10px;
  20. width: 200px;
  21. height: 100px;
  22. position: absolute;
  23. top: 50%;
  24. left: 50%;
  25. margin-top: -50px;
  26. margin-left: -100px; }
Add Comment
Please, Sign In to add comment