Guest User

Untitled

a guest
Apr 9th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. .jumbotron {
  2. background-image: url(../img/codeside.jpg);
  3. background-size: cover;
  4. }
  5.  
  6. .jumbotron h1 {
  7. color: white;
  8. }
  9.  
  10. .jumbotron p {
  11. color: white;
  12. }
  13.  
  14. a {
  15. color: #2c8ac8;
  16. }
  17.  
  18. .row p {
  19. color: black;
  20. background-color: #ecf0f1;
  21. }
  22.  
  23. body {
  24. background-color: #ecf0f1;
  25. }
  26.  
  27.  
  28. /* ==========================================================================
  29. about page styles
  30. ========================================================================== */
  31.  
  32.  
  33. /* * { box-sizing: border-box; } */
  34.  
  35. .container {
  36. width: 80%;
  37. margin: 0 auto;
  38. }
  39.  
  40. .header h1 {
  41. text-align: center;
  42. color: white;
  43. }
  44.  
  45. .header {
  46. margin-bottom: 40px;
  47. }
  48.  
  49. .image {
  50. display: inline-block;
  51. float: left;
  52. }
  53.  
  54. .about h2, h3, p {
  55. color: white;
  56. }
  57.  
  58. .column {
  59. display: inline-block;
  60. width: 30%;
  61. float: left;
  62. padding: auto 20px;
  63. }
  64.  
  65. .main-text {
  66. clear: both;
  67. padding-top: 60px;
  68. }
  69.  
  70. #photo {
  71. border-radius: 50%;
  72. width: 300px;
  73. height: 300px;
  74. border-style: solid;
  75. border-width: medium;
  76. border-color: #2c3e50;
  77. }
  78.  
  79. #skill-list {
  80. margin-left: 100px;
  81. }
  82.  
  83. .skills {
  84. background-color: #2c3e50;
  85. color: #FFF;
  86. padding-top: 3%;
  87. padding-bottom: 3%;
  88. }
  89.  
  90. /* ==========================================================================
  91. Typography
  92. ========================================================================== */
  93.  
  94.  
  95. h1, h2, h3 {
  96. font-family: Futura, Helvetica, Arial, sans-serif;
  97. }
  98.  
  99. p, li {
  100. font-family: Georgia, Palatino, Garamond, serif;
  101. }
  102.  
  103. .intro p {
  104. font-family: Futura, Helvetica, Arial, sans-serif;
  105. font-size: 1em;
  106. font-weight: 100;
  107. -webkit-margin-before: 0;
  108. }
  109.  
  110. .skills h3 {
  111. text-align: center;
  112. text-transform: uppercase;
  113. }
  114.  
  115. .skills-list {
  116. font-size: 1em;
  117. font-weight: 100;
  118. }
  119.  
  120. .about p {
  121. font-family: 'Roboto Condensed', sans-serif;
  122. }
  123.  
  124. .contact p {
  125. font-family: 'Roboto Condensed', sans-serif;
  126. }
  127.  
  128.  
  129. /* ==========================================================================
  130. contact page styles
  131. ========================================================================== */
  132.  
  133. .contact {
  134. background-color: #5AD4C2;
  135. color: #FFF;
  136. font-size: 2em;
  137. font-weight: 200;
  138. margin: 20%;
  139. padding-top: 5%;
  140. padding-bottom: 5%;
  141. border-style: solid;
  142. border-width: medium;
  143. border-color: #2c3e50;
  144. }
  145.  
  146. .contact p {
  147. text-align: center;
  148. }
Advertisement
Add Comment
Please, Sign In to add comment