Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. ul.buttons {
  2. line-height: 23px;
  3. height: 23px;
  4. width: 200px;
  5. list-style-type: none;
  6. text-align: left;
  7. color: #FFFFFF;
  8. margin-top: -10px;
  9. margin-right: 0px;
  10. margin-bottom: 0px;
  11. margin-left: 0px;
  12. font-size: 15px;
  13. }
  14. .da-slide h5{
  15. font-size: 14px;
  16. line-height: 14px;
  17. width: 80%;
  18. top: 40px;
  19. padding: 18px 20px 18px 20px;
  20. }
  21.  
  22. .da-slide h6{
  23. font-size: 14px;
  24. line-height: 14px;
  25. width: 80%;
  26. top: 40px;
  27. padding: 18px 20px 18px 20px;
  28. }
  29. /* The navigation bar */
  30. .navbar {
  31. overflow: hidden;
  32. background-color: #333;
  33. position: fixed; /* Set the navbar to fixed position */
  34. top: 0; /* Position the navbar at the top of the page */
  35. width: 100%; /* Full width */
  36. }
  37.  
  38. /* Links inside the navbar */
  39. .navbar a {
  40. float: left;
  41. display: block;
  42. color: #f2f2f2;
  43. text-align: center;
  44. padding: 14px 16px;
  45. text-decoration: none;
  46. }
  47.  
  48. /* Change background on mouse-over */
  49. .navbar a:hover {
  50. background: #ddd;
  51. color: black;
  52. }
  53.  
  54. /* Main content */
  55. .main {
  56. margin-top: 30px; /* Add a top margin to avoid content overlay */
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement