Advertisement
austinh115

xatspace 543534

Dec 13th, 2018
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.27 KB | None | 0 0
  1. background-color: #f3f3f3;}
  2. /** CSS By Austin (638877683) **/
  3. body {
  4. color: #000;
  5. font: normal normal 10px 'Lato';
  6. letter-spacing: 1px;
  7. }
  8.  
  9. * {
  10. user-select: none;
  11. --accent: #b1b6b9;
  12. }
  13.  
  14. .container {
  15. margin: 0 auto;
  16. width: 400px;
  17. height: auto;
  18. }
  19.  
  20. .top {
  21. width: 100%;
  22. display: flex;
  23. }
  24.  
  25. .topleft,
  26. .topright {
  27. background-color: white;
  28. padding: 10px;
  29. margin-top: 10px;
  30. border-bottom: 1px solid #e1e1e1;
  31. width: 170px;
  32. height: 170px;
  33. display: inline-block;
  34. overflow: hidden;
  35. text-align: center;
  36. }
  37.  
  38. .topright {
  39. margin-left: 20px;
  40. }
  41.  
  42. .topright img {
  43. width: calc(100% - 20px);
  44. height: calc(100% - 20px);
  45. padding: 10px;
  46. }
  47.  
  48. h1 {
  49. text-transform: uppercase;
  50. font-size: 11px;
  51. font-weight: 600;
  52. letter-spacing: 3px;
  53. text-align: center;
  54. padding: 17px 0px;
  55. margin-top: 10px;
  56. background-color: rgba(0, 0, 0, 0.85);
  57. color: #fff;
  58. border-bottom: 1px solid #e1e1e1;
  59. }
  60.  
  61. h2 {
  62. text-transform: uppercase;
  63. font-size: 9px;
  64. font-weight: 900;
  65. letter-spacing: 2px;
  66. text-align: center;
  67. }
  68.  
  69. .topleft span:nth-child(even) {
  70. color: var(--accent);
  71. text-transform: uppercase;
  72. font-size: 8px;
  73. display: block;
  74. font-weight: 700;
  75. line-height: 18px;
  76. }
  77.  
  78. .topleft span:nth-child(odd) {
  79. font-weight: 300;
  80. font-size: 10px;
  81. line-height: 18px;
  82. }
  83.  
  84. .midlinks {
  85. display: block;
  86. background-color: #fff;
  87. margin-top: 15px;
  88. border-bottom: 1px solid #ddd;
  89. padding: 10px;
  90. text-align: center;
  91. }
  92.  
  93. .midlinks a {
  94. display: inline-block;
  95. width: 80px;
  96. text-transform: uppercase;
  97. font-size: 9px;
  98. border: none;
  99. letter-spacing: 2px;
  100. font-weight: 300;
  101. }
  102.  
  103. a,
  104. a:visited {
  105. color: #000;
  106. /*border-bottom: 1px solid var(--accent);*/
  107. text-decoration: none;
  108. }
  109.  
  110. .bio {
  111. display: block;
  112. padding: 25px;
  113. background-color: #fff;
  114. border-bottom: 1px solid #ddd;
  115. margin-top: 15px;
  116. font-weight: 300;
  117. font-size: 11px;
  118. line-height: 20px;
  119. }
  120.  
  121. .bio h1 {
  122. text-align: center;
  123. background-color: #fff;
  124. color: #000;
  125. border: none;
  126. padding: 10px 0px;
  127. font-weight: bold;
  128. text-transform: uppercase;
  129. font-size: 11px;
  130. font-weight: 900;
  131. letter-spacing: 2px;
  132. }
  133.  
  134. .bio h1:after {
  135. content: '';
  136. position: absolute;
  137. height: 3px;
  138. width: 30px;
  139. left: 50%;
  140. margin-top: 20px;
  141. margin-left: -15px;
  142. background-color: var(--accent);
  143. }
  144.  
  145. *{;
  146.  
  147. ///
  148.  
  149. [font:Lato]
  150. <div class="container">
  151. <h1>Meet Austin.</h1>
  152. <div class="top">
  153. <div class="topleft">
  154. <h2>Basics</h2>
  155. <span>Name</span>
  156. <span>Austin</span>
  157.  
  158. <span>Age</span>
  159. <span>XIX</span>
  160.  
  161. <span>Sign</span>
  162. <span>Gemini</span>
  163.  
  164. <span>From</span>
  165. <span>United States</span>
  166. </div>
  167. <div class="topright">
  168. <img src="https://i.postimg.cc/4dCXwD9P/mCI7QPq.png" />
  169. </div>
  170. </div>
  171.  
  172. <div class="midlinks">
  173. <a href="https://xat.com/FEXBots">home</a>
  174. <a href="https://discordapp.com/users/169268989787111424">discord</a>
  175. </div>
  176. <div class="bio">
  177. <h1>Devil Town ยท cavetown</h1>
  178. [youtube:350:197:57nMDiqHwYA:autoplay=1&playlist=57nMDiqHwYA&loop=1&showinfo=0&rel=0&modestbranding=1]
  179. </div>
  180. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement