Advertisement
thequeenroyal

lotto

Mar 11th, 2019
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.69 KB | None | 0 0
  1. /*********************
  2.  
  3.  
  4.  
  5.  
  6. MADE BY AMERICAN QUEEN
  7.  
  8.  
  9.  
  10.  
  11. **************************/
  12. @font-face {
  13.     font-family: "Intro";
  14.     src: url(https://dl.dropbox.com/s/6ljrkkvsmj7m2fx/Intro.otf);
  15.     format("truetype");
  16. }
  17.  
  18. #lotto .base {
  19.   width: 650px;
  20.   height: auto;
  21.  padding: 45px;  
  22.   background: url(https://images2.alphacoders.com/881/881377.jpg) center/cover;
  23.   outline: 1px solid #fff;
  24.   outline-offset: -30px;
  25. }
  26. #lotto .basename {
  27.   width: 100%;
  28.   height: auto;
  29.   box-sizing: border-box;
  30.   background: #000;
  31.   padding: 30px;
  32.   border-top: 10px solid #69058a;
  33. }
  34.   #lotto .cube {
  35.     width: 160.8px;
  36.   height: 20px;
  37.   box-sizing: border-box;
  38.   background-color: #cc99ff;
  39.   position: relative;
  40.   right: 3px;
  41.   padding: 15px;
  42. }
  43.   #lotto .name {
  44.     font: 30px Intro, sans-serif;
  45.   color: #fff;
  46.   text-shadow: 2px 1px 10px #111;
  47.   text-align: center;
  48.   }  
  49.    
  50.     #lotto .basepost {
  51.       background: #000;
  52.   width: 100%;
  53.   box-sizing: border-box;
  54.   padding: 30px;
  55. outline: 1px solid #363636;
  56.   outline-offset: -15px;
  57. }
  58. #lotto .post {
  59.   font: 13px Arial, sans-serif;
  60.   color: #666;
  61.     padding: 30px;
  62.   text-align: justify;
  63.   line-height: 150%;
  64.   }
  65. #lotto .notes {
  66.   width: 100%;
  67.   box-sizing: border-box;
  68.   background: #000;
  69.   padding: 20px;
  70.   border-bottom: 10px solid #69058a;
  71. }
  72. #lotto .texto {
  73.   font: 10px 'Montserrat', sans-serif;
  74.   text-transform: uppercase;
  75.   color: #999;
  76.   text-align: justify;
  77.   line-height: 130%;
  78.   padding: 10px;
  79. }
  80. #lotto .base::after {
  81.   content: "made by americanqueen";
  82.   color: #8e8e8e;
  83.   font: 10px 'Montserrat', sans-serif;
  84.   text-transform: uppercase;
  85.   position: relative;
  86.   bottom: -55px;
  87.   opacity: .2;
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement