SilverSun

Blue and Red Molecule

Aug 17th, 2025
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.12 KB | None | 0 0
  1. /* Spaces */
  2.     .Spacer1{
  3.     height: 1px; min-height: 1px; max-height: 1px; width: 100%;
  4.     }
  5.     .Spacer5{
  6.         height: 5px; min-height: 5px; max-height: 5px; width: 100%;
  7.     }
  8.     .Spacer10{
  9.         height: 10px; min-height: 10px; max-height: 10px; width: 100%;
  10.     }
  11.     .Spacer15{
  12.         height: 15px; min-height: 15px; max-height: 15px; width: 100%;
  13.     }
  14.     .Spacer20{
  15.         height: 20px; min-height: 20px; max-height: 20px; width: 100%;
  16.     }
  17.     .Spacer25{
  18.         height: 25px; min-height: 25px; max-height: 25px; width: 100%;
  19.     }
  20.     .Spacer30{
  21.         height: 30px; min-height: 30px; max-height: 30px; width: 100%;
  22.     }
  23.     .Spacer35{
  24.         height: 35px; min-height: 35px; max-height: 35px; width: 100%;
  25.     }
  26.     .Spacer40{
  27.         height: 40px; min-height: 40px; max-height: 40px; width: 100%;
  28.     }
  29.     .Spacer50{
  30.         height: 50px; min-height: 50px; max-height: 50px; width: 100%;
  31.     }
  32.     .Spacer55{
  33.         height: 55px; min-height: 55px; max-height: 55px; width: 100%;
  34.     }
  35.     .Spacer60{
  36.         height: 60px; min-height: 60px; max-height: 60px; width: 100%;
  37.     }
  38.     .Spacer70{
  39.         height: 70px; min-height: 70px; max-height: 70px; width: 100%;
  40.     }
  41.     .Spacer80{
  42.         height: 80px; min-height: 80px; max-height: 80px; width: 100%;
  43.     }
  44.     .Spacer90{
  45.         height: 90px; min-height: 90px; max-height: 90px; width: 100%;
  46.     }
  47.     .Spacer100{
  48.         height: 100px; min-height: 100px; max-height: 100px; width: 100%;
  49.     }
  50.  
  51. /* Text and Text Styles */
  52.     /* Texts */
  53.         .Header1{font-family: 'Roboto'; font-size: 38px; line-height: 48px; font-weight: bold;}
  54.         .Header2{font-family: 'Roboto'; font-size: 28px; line-height: 38px; font-weight: bold;}
  55.         .Header3{font-family: 'Roboto'; font-size: 18px; line-height: 24px; font-weight: bold;}
  56.         .Header4{font-family: 'Roboto'; font-size: 18px; line-height: 24px; font-weight: 400;}
  57.         .NormalText{font-family: 'Roboto'; font-size: 16px; line-height: 24px; font-weight: 400;}
  58.         .SmallText{font-family: 'Roboto'; font-size: 14px; line-height: 22px; font-weight: 400;}
  59.  
  60.     /* Text Colors */
  61.         .ColorBlack{color: black !important} .ColorDarkGray{color: #4d4d4d !important}
  62.         .ColorWhite{color: #fafafa !important} .ColorLightGray{ color:gray !important}
  63.         .ColorBlue{color: blue !important} .ColorRed{color: red !important}
  64.  
  65.     /* Text Alignment */
  66.         .TextAlignCenter{text-align: center;} .TextAlignLeft{text-align: left;}
  67.  
  68.     /* Decoration and Capitalization */
  69.         .TextNoDecor{text-decoration: none;} .TextDecorUnderline
  70.         .TextAllCaps{text-transform: uppercase;}.TextAllLower{text-transform: lowercase;}
  71.  
  72. /* Images use only for containers, only use this size if the image has no container*/
  73.     .ImageH100xW100{height: 100px; width: 100px;} .ImageH60xW60{height: 60px; width: 60px;}
  74.     .ImageH580xW550{height: 580px; width: 550px;} .ImageH50xW50{height: 50px; width: 50px;}
  75.  
  76.     /*for all image*/
  77.     .ImageFitContainer{width: 100%; height: 100%;}
  78.     .ImageFitContain{object-fit: contain;} .ImageFit{object-fit: cover;}
  79.  
  80. /* Table */
  81.    
Advertisement
Add Comment
Please, Sign In to add comment