Facebook
From Aleksadnaradasdas, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 120
  1. .top-bar {
  2.     width: 100%;
  3.     min-height: 50px;
  4.     background: #F7EEF5;
  5. }
  6.  
  7. .logo img {
  8.     max-height: 120px;
  9.     margin-top: 10px;
  10.     margin-bottom: 10px;
  11.    
  12. }
  13.  
  14. .top-bar h5{
  15.     color: #fff;
  16.     font-style: italic;
  17.     text-align: center;
  18.     font-size: 30px;
  19.     margin-top: 33px;
  20. }
  21. .top-bar h6{
  22.     text-decoration: none;
  23.     color: #fff;
  24.    
  25.    
  26.     text-align: right;
  27.     font-size: 15px;
  28.     margin-top: 30px;
  29.     margin-right: -270px;
  30. }
  31. .top-bar  h6 a{
  32.     text-decoration: none;
  33.     color: #fff;
  34. }
  35. .navbar{
  36.    
  37.     background-color: #fff !important;
  38.    
  39.  
  40.  
  41. }
  42. .nav-link{
  43.     color: #a06693;
  44.    
  45.     font-weight: bold;
  46.  
  47. }
  48. .nav-link:hover, .nav-link:active, .nav-link:focus
  49. {
  50.     color: #e6b8de;
  51. }
  52. .adksad h3
  53.     {
  54.         color: #b471a9;
  55.         font-size: 25px;
  56.         font-weight: bold;
  57.     }
  58. .adksad h4
  59.     {
  60.         color: #e6b8de;
  61.         font-size: 15px;
  62.     }
  63. .adksad h1
  64.     {
  65.         color: #b471a9;
  66.         font-size: 30px;
  67.         font-weight: bold;
  68.     }
  69.     .adksad p
  70.     {
  71.         color: #9c9c9c;
  72.         font-size: 15px;
  73.        
  74.        
  75.     }
  76.     .adksad h5
  77.     {
  78.         color: #9c9c9c;
  79.         font-size: 15px;
  80.         text-align: right;
  81.         margin-right: 15px;
  82.        
  83.     }
  84.  
  85.     .jumbotron h1{
  86.         text-align: center;
  87.     }
  88.     .jumbotron h4{
  89.         text-align: center;
  90.     }
  91.     .bottom-bar {
  92.         width: 100% !important;
  93.         min-height: 50px;
  94.         background: #F7EEF5;
  95.     }