Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. /** {box-sizing: border-box;}*/
  2.  
  3. body {
  4. background-color: #F3F9FE;
  5. color: #151818;
  6. }
  7.  
  8. .jumbotron {
  9. background-image: url("../img/2applelongkeyboard.jpg");
  10. background-size: cover;
  11. overflow: hidden;
  12. background-repeat: no-repeat;
  13. }
  14. h1 {
  15. color: #FFE69A !important;
  16. }
  17. h1 span {
  18. background: rgba(0, 0, 0, .5);
  19. }
  20. .jumbotron a {
  21. color: #FFE69A;
  22. font-size: 14pt;
  23. }
  24.  
  25. .jumbotron a:hover {
  26. color: #23527C;
  27. }
  28.  
  29. .jumbotron a:active {
  30. color:#23527C;
  31. }
  32.  
  33. .jumbotron a span {
  34. background: rgba(0, 0, 0, .6);
  35. }
  36.  
  37. h2 {
  38. font-weight: bold;
  39. color: #0284F0;
  40. }
  41.  
  42.  
  43. /*.container {
  44. width: 80%;
  45. margin: 0 auto;
  46. }
  47.  
  48. .header h1 {
  49. text-align: center;
  50. }
  51.  
  52. .image {
  53. display: inline-block;
  54. float: left;
  55. }
  56.  
  57. .column {
  58. display: inline-block;
  59. float: left;
  60. width: 30%;
  61. margin-left: 2%;
  62. }
  63.  
  64. h2,
  65. h3 {
  66. color: #0284F0;
  67. }
  68.  
  69. .main-text {
  70. clear: both;
  71. padding-top: 60px;
  72. }
  73.  
  74. .kitten {
  75. width: 100%;
  76.  
  77. }
  78.  
  79. .skills {
  80. background-color: #9BCCF5;
  81. padding-top: 10px;
  82. padding-bottom: 10px;
  83. }
  84.  
  85. #skill-list {
  86. margin-left: 50px;
  87. }*/
  88.  
  89. /*Typography*/
  90.  
  91. a {
  92. text-decoration: none !important;
  93. }
  94.  
  95. body {
  96. font-family: "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
  97.  
  98. }
  99.  
  100. /*.intro p {
  101. -webkit-margin-before: 0;
  102. }
  103.  
  104. .skills h3 {
  105. text-align: center;
  106. text-transform: uppercase;
  107. }
  108.  
  109. a {
  110. text-decoration: none;
  111. color: #337AB7;
  112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement