Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. nav {
  2. background-color: #061839;
  3. color: white;
  4. height: auto;
  5.  
  6. }
  7. .navbar-box {
  8. background-color: #061839;
  9. color: white;
  10. height: 25px;
  11. }
  12. h1 {
  13. margin-top: 5px;
  14. padding-top: 40px;
  15. padding-left: 30px;
  16. font-size: 40px;
  17. }
  18. ul {
  19. list-style-type: none;
  20. }
  21. li a {
  22. display: inline;
  23. float:right;
  24. }
  25. button {
  26. background-color: #4D638C;
  27. border: none;
  28. color: white;
  29. margin-right: 20px;
  30. padding: 15px 32px;
  31. text-align: center;
  32. text-decoration: none;
  33. display: inline-block;
  34. font-size: 16px;
  35. float:right;
  36. border-radius:12px;
  37.  
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement