Kyleighmcc

Untitled

Aug 22nd, 2017
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.47 KB | None | 0 0
  1. body {
  2.    background-image: url("https://cdn.pixabay.com/photo/2017/08/21/07/23/roses-2664338_960_720.jpg");
  3.    background-repeat: no-repeat;
  4.    background-size: cover;
  5.    color: white;
  6.         }
  7.        
  8. #mainHeader {
  9.     color: white;
  10.     font-family: 'Dancing Script', cursive;
  11.     letter-spacing: 0.3 em;
  12.     text-align: center;
  13.     font-size: 70px;
  14. }
  15. #mainHeader:hover {
  16.     color: rgba(249, 109, 151, 0.8);
  17. }
  18.    
  19.        
  20. ul {
  21.     margin: 0px;
  22.     padding: 0px;
  23.     list-style: none;
  24.     margin: auto;
  25.     width: 100%;
  26. }
  27. li {
  28.    
  29. }
  30.    
  31.  
  32. ul li a {
  33.     float: left;
  34.     width: 100px;
  35.     height: 40px;
  36.     font-family: 'Amatic SC', cursive;
  37.     opacity: 0.8;
  38.     line-height: 40px;
  39.     text-align: center;
  40.     font-size: 20px;
  41.     margin-right: 2px;
  42.     margin: 0;
  43.     padding: 0;
  44.     font-weight: bold;
  45.     text-decoration: none;
  46.     color: white;
  47.     display: block;
  48.     }
  49.    
  50. /* ul li a {
  51.     text-decoration: none;
  52.     color: white;
  53.     display: block;
  54. }
  55. */
  56.  
  57. ul li a:hover {
  58.     background-color: rgb(249, 109, 151);
  59.     color: black;  
  60.     font-weight: bold;
  61. }
  62.  
  63.  
  64. #aboutMe {
  65.     text-align: center;
  66.     color: rgba(249, 109, 151, 0.8);
  67.     font-family: 'Amatic SC', cursive;
  68.     font-size: 25px;
  69.     font-weight: bold;
  70.     letter-spacing: 0.5em;
  71.    
  72. }
  73. .accountantVids {
  74.     margin: 10px auto;
  75. }
  76.  
  77.  
  78. .nav {
  79.     position: absolute;
  80.     right: 2px;
  81.     margin: 0;
  82.     padding: 0;
  83. }
  84.    
  85. .aboutMeSection {
  86.     background-color: white;
  87.     width: 500px;
  88.     height: 600px;
  89.     overflow: scroll;
  90.     margin-left: 430px;
  91.     margin-right: 430px;
  92.    
  93. }
Add Comment
Please, Sign In to add comment