Advertisement
austinh115

Untitled

Dec 9th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. background:white;}
  2.  
  3. /** CSS by Austin (638877683) **/
  4.  
  5. body {
  6. color: white;
  7. background-color: #161223;
  8. font-size: 14px;
  9. font-family: Karla;
  10. line-height: 1.5em;
  11. letter-spacing: .75px;
  12. margin: 0;
  13. padding: 0;
  14. }
  15. .info {
  16. position: absolute;
  17. top: 50%;
  18. left: 50%;
  19. transform: translate(-50%,-50%);
  20. text-align: center;
  21. }
  22. .polka {
  23. width: 75px;
  24. height: 75px;
  25. background: transparent;
  26. background-image: radial-gradient(#888888 20%, transparent 0), radial-gradient(#888888 20%, transparent 0);
  27. background-size: 1.1em 1.1em;
  28. background-position: 0 0, 1.1em 1.1em;
  29. position: absolute;
  30. margin-top: -25px;
  31. left: calc(50% - (150px / 2) - 2px);
  32. z-index: 0;
  33. }
  34. .icon {
  35. width: 90px;
  36. height: 90px;
  37. padding: 5px;
  38. margin-left: calc(50% - (100px / 2) - 4px);
  39. border: 2px solid #CCCCCC;
  40. border-radius: 50%;
  41. background: #161223 no-repeat center;
  42. background-size: cover;
  43. overflow: hidden;
  44. position: relative;
  45. z-index: 1;
  46. }
  47. .icon img {
  48. width: 90px;
  49. height: 90px;
  50. overflow: hidden;
  51. border-radius: 50%;
  52. }
  53. [class^=circle] {
  54. z-index: 2;
  55. position: absolute;
  56. border-radius: 50%;
  57. }
  58. .circleone {
  59. width: 25px;
  60. height: 25px;
  61. background: #f0bfb3;
  62. margin-top: -30px;
  63. left: calc(50% + 15px);
  64. }
  65. .circletwo {
  66. width: 15px;
  67. height: 15px;
  68. border: 1px solid #e44267;
  69. margin-top: -30px;
  70. left: calc(50% + 30px);
  71. }
  72. .title {
  73. display: inline-block;
  74. font-size: calc(14px + 2px);
  75. font-weight: bold;
  76. margin-top: 25px;
  77. margin-bottom: 15px;
  78. }
  79. a {
  80. color: inherit;
  81. text-decoration: none;
  82. transition: all .3s linear;
  83. -webkit-transition: all .3s linear;
  84. -o-transition: all .3s linear;
  85. -moz-transition: all .3s linear;
  86. }
  87. img {
  88. opacity: 1;
  89. border: 0;
  90. text-decoration: none;
  91. max-width: 100%;
  92. height: auto;
  93. display: block;
  94. }
  95. iframe{position:absolute;top:-500px;left:-500px;
  96.  
  97. [font:Karla]
  98.  
  99. <div class="info">
  100. <div class="polka"></div>
  101. <div class="icon">
  102. <img src="https://i.postimg.cc/9MjjCqn9/c8340a67ffbd22535035574c6a7a7ac3.png" />
  103. </div>
  104. <div class="circleone"></div>
  105. <div class="circletwo"></div>
  106. <div class="title"><a href="#">austin</a></div>
  107. <div class="desc">Let justice be done, though the heavens fall.</div>
  108. </div>
  109.  
  110. [youtube:500:500:W5d4SJv2d6M:autoplay=1&playlist=W5d4SJv2d6M&loop=1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement