Advertisement
austinh115

Untitled

Dec 27th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. background: white;}
  2. /** CSS By Austin (638877683) **/
  3. body {
  4. margin: 0;
  5. font-size: 12px;
  6. font-family: 'Lato', sans-serif;
  7. line-height: 180%;
  8. -moz-osx-font-smoothing: grayscale;
  9. -webkit-font-smoothing: antialiased;
  10. font-smoothing: antialiased;
  11. color: #474747;
  12. }
  13. #content {
  14. margin: 70px auto;
  15. width: 250px;
  16. }
  17. #sidebar {
  18. width: 250px;
  19. position: fixed;
  20. }
  21. #tagline {
  22. font-weight: 700;
  23. letter-spacing: 4px;
  24. color: #474747;
  25. }
  26. #tagline, #blogtit, #picap {
  27. text-transform: uppercase;
  28. }
  29. #blogtit, #blogtit a {
  30. margin-top: 10px;
  31. font-weight: 900;
  32. font-size: 28px;
  33. letter-spacing: 6px;
  34. color: #474747;
  35. }
  36. #line {
  37. margin-top: 25px;
  38. width: 50px;
  39. height: 5px;
  40. background: #474747;
  41. }
  42. #pic {
  43. width: 250px;
  44. margin-top: 30px;
  45. }
  46. img {
  47. border: 0;
  48. max-width: 100%;
  49. height: auto;
  50. display: block;
  51. }
  52. #picap {
  53. font-weight: 900;
  54. font-size: 35px;
  55. letter-spacing: 4px;
  56. margin-top: -35px;
  57. margin-left: 10px;
  58. color: #fb5c46;
  59. }
  60. #denopeion {
  61. margin-top: 25px;
  62. text-align: justify;
  63. font-size: 12px;
  64. color: #474747;
  65. }
  66. #bar {
  67. margin-top: 30px;
  68. height: 1px;
  69. background: #474747;
  70. }
  71. #bar #links {
  72. position: absolute;
  73. display: flex;
  74. flex-direction: row;
  75. background: #ffffff;
  76. margin-top: -6px;
  77. }
  78. a {
  79. color: #474747;
  80. text-decoration: none;
  81. }
  82. .circle {
  83. margin-right: 10px;
  84. width: 10px;
  85. height: 10px;
  86. background: #ffffff;
  87. border: 1px solid #474747;
  88. border-radius: 50%;
  89. -webkit-border-radius: 50%: -moz-border-radius:50%;
  90. }
  91. .circle:hover {
  92. background: #474747;
  93. }
  94. iframe {
  95. position: fixed;
  96. top: -500px;
  97. left: -500px;
  98. }
  99. ::selection {
  100. background: #f7f7f7;
  101. color: #000000;
  102. }
  103. *{;
  104.  
  105. [font:Lato]
  106. [youtube:350:197:57nMDiqHwYA:autoplay=1&playlist=57nMDiqHwYA&loop=1&showinfo=0&rel=0&modestbranding=1]
  107. <div id="content">
  108. <div id="sidebar">
  109. <div id="tagline">Austin</div>
  110. <div id="blogtit"><a href="/">nineteen</a></div>
  111. <div id="line"></div>
  112. <img id="pic" src="https://i.postimg.cc/dQBBjwj3/0YtSweJ.jpg" />
  113. <div id="picap">'99</div>
  114. <div id="denopeion">Let justice be done, though the heavens fall.</div>
  115. <div id="bar">
  116. <div id="links">
  117. <a href="https://xat.com/FEXBots">
  118. <div class="circle"></div>
  119. </a>
  120. <a href="https://discordapp.com/users/169268989787111424">
  121. <div class="circle"></div>
  122. </a>
  123. </div>
  124. </div>
  125. </div>
  126. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement