Advertisement
Guest User

Untitled

a guest
May 14th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. #nav {
  2. width: 100%;
  3. background-color: #1c1c1c;
  4. padding: 2% 0%;
  5. font-family: Roboto;
  6. text-align: right;
  7. }
  8.  
  9. a {
  10. color: white;
  11. padding: 13px;
  12. position: relative;
  13. color: #FFF;
  14. text-decoration: none;
  15. font-size: 15px;
  16. }
  17.  
  18. a:hover {
  19. border-bottom: 1px dashed white;
  20. }
  21.  
  22. body {
  23. background-color: white;
  24. width: 100%;
  25. margin: 0;
  26. height: 250%;
  27. margin:auto;
  28. min-width: 100%;
  29. max-width:2000px
  30. }
  31.  
  32. #container{
  33. background: url("http://i.imgur.com/qiIEzY0.png") fixed;
  34. background-size: cover;
  35. background-repeat: no-repeat;
  36. background-position: center center;
  37. }
  38.  
  39. #text {
  40. color: white;
  41. font-family: Roboto;
  42. text-align: center;
  43. height: 14%;
  44. padding: 8%;
  45. line-height: 45%;
  46. font-size: 25px
  47. }
  48.  
  49. #basetext {
  50. text-align: center;
  51. }
  52.  
  53. #baseframe {
  54. background-color: white;
  55. width: 100%;
  56. height: 10%;
  57. margin: 0;
  58. border-bottom-color: black;
  59. font-size: 200%;
  60. }
  61.  
  62. h3 {
  63. padding-top: 1%;
  64. }
  65.  
  66. p {
  67. font-size: 20px;
  68. margin-right: 150px;
  69. margin-left: 150px;
  70. text-align: center;
  71. color: #383838;
  72. }
  73.  
  74.  
  75. #about {
  76. font-family: Roboto;
  77. text-align: center;
  78. color: black;
  79. height: 270%;
  80. padding-top: 5px;
  81. font-size: 3%x
  82. }
  83.  
  84. #apps {
  85. width: 100%;
  86. margin: 0;
  87. height: 300%;
  88. background: url("http://i.imgur.com/i5ei0Xw.png") fixed;
  89. background-size: cover;
  90. background-repeat: no-repeat;
  91. background-position: center center;
  92. }
  93.  
  94. #appstext {
  95. text-align: center;
  96. color: white;
  97. font-size: 75%;
  98. font-family: Roboto;
  99. padding-top: 13%;
  100. padding-left: 4%;
  101. }
  102.  
  103. #blog1 {
  104. color: black;
  105. text-align: center;
  106. border-bottom: 1px underline white;
  107. }
  108.  
  109. #blog {
  110. background-color: white;
  111. color: black;
  112. font-family: Roboto;
  113. text-align: center;
  114. max-height: 200px;
  115. padding-bottom: 150px;
  116. }
  117.  
  118. #footer {
  119. background-color: #FBF2EF;
  120. padding: 1px;
  121. padding-left: 1%;
  122. padding-top: 1%;
  123. text-align: left;
  124. color: grey;
  125. font-family: Roboto;
  126. position:fixed;
  127. left:0px;
  128. bottom:0px;
  129. height: 4%;
  130. width: 100%;
  131. font-size: 15px;
  132. }
  133.  
  134. ::selection {
  135. background: #2a9c86; /* WebKit/Blink Browsers */
  136. }
  137. ::-moz-selection {
  138. background: #2a9c86; /* Gecko Browsers */
  139. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement