Advertisement
defango

immortaljub2l6ib.onion/style.css

Aug 26th, 2018
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.57 KB | None | 0 0
  1. body {
  2.     background-color: white;
  3. }
  4. .logo {
  5.     text-align: center;
  6.     display: block;
  7.     margin-left: auto;
  8.     margin-right: auto;
  9.     margin-top: 40px;
  10.     width: 15%;
  11. }
  12. .title {
  13.     text-align: center;
  14.     font-family: Montserrat;
  15.     font-size: 80px;
  16.     margin-top: 60px
  17. }
  18. .pathways {
  19.     font-family: Montserrat;
  20.     font-weight: 300;
  21.     color: black;
  22.     text-align: center;
  23.     font-size: 30px;
  24.     text-decoration: none;
  25. }
  26. .lost {
  27.     font-family: Montserrat;
  28.     font-weight: 300;
  29.     color: black;
  30.     text-align: center;
  31.     font-size: 30px;
  32.     text-decoration: none;
  33. }
  34. .seperate {
  35.     color: black;
  36.     text-align: center;
  37.     font-size: 60;
  38.     margin: 0;
  39.     font-weight: 300;
  40. }
  41. .right {
  42.     position: absolute;
  43.     right: 0px;
  44.     bottom: 0px;
  45. }
  46. .left {
  47.     position: absolute;
  48.     left: 0px;
  49.     bottom: 0px;
  50. }
  51. .time {
  52.     text-align: center;
  53.     font-size: 60px;
  54.     font-family: Montserrat;
  55.     margin: 0;
  56.     position: absolute;
  57.     top: 50%;
  58.     left: 50%;
  59.     transform: translate(-50%, -50%);
  60.  
  61. }
  62. .class3 {
  63.     color: white;
  64.     line-height:0.8;
  65.     position: absolute;
  66.     top: 50%;
  67.     left: 10%;
  68.     transform: translate(-50%, -50%);
  69. }
  70. .class4 {
  71.     color: white;
  72.     line-height:0.8;
  73.     margin: 0;
  74.     position: absolute;
  75.     top: 50%;
  76.     left: 90%;
  77.     transform: translate(-50%, -50%);
  78. }
  79. .greeting {
  80.     font-family: Montserrat;
  81.     font-size: 60px;
  82.     margin: auto;
  83.     margin-left: 20px;
  84.     margin-top: 20px;
  85. }
  86. .message {
  87.     font-family: Montserrat;
  88.     margin-left: 20px;
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement