Advertisement
ekioISpro

Untitled

May 27th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.08 KB | None | 0 0
  1. .container-text{
  2. text-align: center;
  3. background-color: white;
  4. z-index: 1;
  5. position: relative;
  6. left:20%;
  7. top: 3vw;
  8. padding-bottom: 10vh;
  9. margin: 0;
  10. font-family: 'Lora', serif;
  11. }
  12.  
  13. #container-left-text {
  14.     text-align: left;
  15. }
  16.  
  17. #container-left-text h1  {
  18.     padding-left: 10vh !important;
  19.     font-size: 8vh;
  20.     color: rgb(16, 147, 167);
  21.     font-weight: 600
  22. }
  23.  
  24. #container-left-text p {
  25.     padding-left: 10vh !important;
  26.     font-size: 2vh;
  27.     font-weight: 500;
  28. }
  29. div.container-text  a{
  30.     background-color: rgb(26, 211, 241) !important;
  31.     text-decoration: none;
  32.     padding: 2vh;
  33.     color: white;
  34. }
  35.  
  36.  
  37.   #side-menu.active {
  38.     width: 100%;
  39.     overflow:hidden;
  40.     z-index: 5;
  41.     -webkit-transition: all 0.2s linear;
  42.     -moz-transition: all 0.2s linear;
  43.     -o-transition: all 0.2s linear;
  44.     transition: all 0.2s linear;
  45.     position:absolute;
  46.     background-color:#000;
  47.     font-size: 15px;
  48.     line-height: 18px;
  49.     text-align:center;
  50.     color: #FFF;
  51.     font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
  52.  
  53.     height:100%;
  54.     padding-top: 10px;
  55.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement