Advertisement
r2ne

Untitled

Mar 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.78 KB | None | 0 0
  1. body {
  2.     position: absolute;
  3.     background-color: #fff;
  4.     margin-right: 20px;
  5.     margin-left: 20px;
  6.     display: block;
  7.     text-align: center;
  8.     width: 400px;
  9.     height: 550px;
  10.  
  11. }
  12.  
  13. .bannertext {
  14.     position: absolute;
  15.     left: 0;
  16.     top: 5%;
  17.     width: 100%;
  18.     text-align: center;
  19.     color: #000;
  20. }
  21.  
  22. .bannertext span.box {
  23.     background: #111;
  24.     color: #fff;
  25.     padding: 15px;
  26.     font-size: 31px;
  27.     font-family: 'Roboto', sans-serif;
  28.     text-transform: uppercase;
  29.  
  30. }
  31.  
  32. span.box-sub {
  33.     background: #111;
  34.     color: #fff;
  35.     padding: 15px;
  36.     font-style: 29px;
  37.     font-family: 'Roboto', sans-serif;
  38.     text-transform: uppercase;
  39.     letter-spacing: 6.4px;
  40. }
  41.  
  42. .infotext {
  43.     padding-top: 120px;
  44.     width: 100%;
  45.     text-align: left;
  46.     color: #000;
  47.     font-family: 'Roboto', sans-serif;
  48. }
  49.  
  50. h3 {
  51.     font-weight: 100;
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement