Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. div#header {
  2. background: white;
  3. margin-bottom: 20px;
  4. text-align: center;
  5. padding: 50px;
  6. box-shadow: 0 5px 20px #0000002e;
  7. }
  8.  
  9. body {
  10. margin: 0;
  11. }
  12.  
  13. ul {
  14. list-style-type: none;
  15. margin: 0;
  16. padding: 0;
  17. }
  18.  
  19. li {
  20. display: inline-block;
  21. margin: 20px;
  22. color: blue;
  23. }
  24.  
  25. li a {
  26. color: #268fae;
  27. text-decoration: none;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement