Guest User

Untitled

a guest
Feb 20th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. body {
  2. font-family: 'Montserrat', sans-serif;
  3. width: 100%;
  4. margin: 0;
  5. padding: 0 0 0 0;
  6. }
  7.  
  8.  
  9. .header {
  10. background-color: white;
  11. width: 100%;
  12. top: 0;
  13. position: fixed;
  14. height: 120px;
  15. z-index: 100;
  16. }
  17.  
  18. .header-inside {
  19. position: relative;
  20. top: 38%;
  21. transform: translateY(-38%);
  22. }
  23.  
  24.  
  25. .logo {
  26. float: left;
  27. margin-left: 200px;
  28. }
  29.  
  30. .container {
  31. height: auto !important;
  32. position: relative;
  33. min-height: 100%;
  34. margin-top: 120px;
  35. }
  36.  
  37.  
  38. ol {
  39. list-style-type: none;
  40. float: right;
  41. font-size: 14px;
  42. font-weight: 500;
  43. color: #777777;
  44. margin: 8px;
  45. margin-right: 200px;
  46. }
  47.  
  48. ol > li {
  49. float: left;
  50. margin-left: 40px;
  51.  
  52. }
  53.  
  54. .home {
  55. clear: both;
  56. background: url(img/bg1.png) center no-repeat;
  57. color: white;
  58. text-align: center;
  59. height: 530px;
  60. }
  61.  
  62. .home-inside {
  63. position: relative;
  64. top: 50%;
  65. transform: translateY(-50%);
  66. }
  67.  
  68. p {
  69. font-family: 'Roboto Slab', serif;
  70. }
  71.  
  72. h3 {
  73. font-family: 'Roboto Slab', serif;
  74. }
  75.  
  76. .float_right {
  77. float: right;
  78. }
  79.  
  80. .float_left {
  81. float: left;
  82. }
Add Comment
Please, Sign In to add comment