Advertisement
onethird

voltage html

Apr 18th, 2022 (edited)
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1. <!---voltage by onethird
  2. thank you for using! rules are here: https://toyhou.se/~forums/16.htmlcss-graphics/241166.-onethird-s-f2u-codes-
  3.  
  4. background: black
  5. header/footer, title, buttons, border: #8AB2FF
  6. main text: white
  7. header text, button text, footer text/links: #000000
  8. --->
  9. <div class="container bg-faded p-0 mt-3" style="max-width:500px; background:black; border: 1px solid #8AB2FF;">
  10.  
  11. <!--- header --->
  12. <div class="card rounded-0 border-0 m-1" style="height:30px; background:#8AB2FF;">
  13. <p class="text-right p-1 font-weight-bold font-italic" style="color:#000000;"> NAME. AGE. PRNS</p>
  14. </div>
  15. <div class="row no-gutters">
  16.  
  17. <!--- main image --->
  18. <div class="col-lg-4 p-1">
  19. <div class="card m-auto rounded-0 border-0" style="height:120px; width:150px; background:url(IMGLINK); background-size:cover; background-position:center;">
  20.  
  21. </div>
  22. </div>
  23.  
  24. <!--- main text --->
  25. <div class="col-lg-8 p-1">
  26. <h3 class="text-center font-italic font-weight-bold p-1" style="color: #8AB2FF; text-shadow: 0px 0px 8px #8AB2FF"><i class="fa-solid fa-bolt"></i> VOLTAGE <i class="fa-solid fa-bolt"></i></h3>
  27. <div class="card rounded-0 border-0" style="height:90px; background:transparent">
  28.  
  29. <p class="text-center m-auto" style="font-size:12px; color:white;">doesn't scroll. good for 5 lines. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus.</p>
  30. </div>
  31. </div>
  32. </div>
  33.  
  34. <h3 class="text-center font-italic font-weight-bold p-1" style="color: #8AB2FF; text-shadow: 0px 0px 8px #8AB2FF"><i class="fa-solid fa-fire-flame-curved"></i> BURNING UP! <i class="fa-solid fa-fire-flame-curved"></i></h3>
  35. <div class="row no-gutters">
  36.  
  37. <!--- character 1 --->
  38. <div class="col-sm-4 p-1">
  39. <div class="card rounded-0 border-0 m-auto" style="height:120px; width:150px; background:url(IMGLINK); background-size:cover; background-position:center;">
  40. <p class="p-1 font-italic" style="text-shadow: 0px 0px 3px white; color:white;">1.</p>
  41. </div>
  42. <div class="row justify-content-center">
  43. <a class="btn m-2 font-weight-bold" style="background:#8AB2FF; font-size:12px; color:#000000;" href="URLLINK">NAME</a>
  44. </div>
  45. </div>
  46.  
  47. <!--- character 2 --->
  48. <div class="col-sm-4 p-1">
  49. <div class="card rounded-0 border-0 m-auto" style="height:120px; width:150px; background:url(IMGLINK); background-size:cover; background-position:center;">
  50. <p class="p-1 font-italic" style="text-shadow: 0px 0px 3px white; color:white;">2.</p>
  51. </div>
  52. <div class="row justify-content-center">
  53. <a class="btn m-2 font-weight-bold" style="background:#8AB2FF; font-size:12px; color:#000000;" href="URLLINK">NAME</a>
  54. </div>
  55. </div>
  56.  
  57. <!--- character 3 --->
  58. <div class="col-sm-4 p-1">
  59. <div class="card rounded-0 border-0 m-auto" style="height:120px; width:150px; background:url(IMGLINK); background-size:cover; background-position:center;">
  60. <p class="p-1 font-italic" style="text-shadow: 0px 0px 3px white; color:white">3.</p>
  61. </div>
  62. <div class="row justify-content-center">
  63. <a class="btn m-2 font-weight-bold" style="background:#8AB2FF; font-size:12px; color:#000000;" href="URLLINK">NAME</a>
  64. </div>
  65. </div>
  66. </div>
  67.  
  68.  
  69. <div class="row no-gutters">
  70.  
  71. <!--- character 4 --->
  72. <div class="col-sm-6 p-1">
  73. <div class="card rounded-0 border-0 m-auto" style="height:120px; width:150px; background:url(IMGLINK); background-size:cover; background-position:center;">
  74. <p class="p-1 font-italic" style="text-shadow: 0px 0px 3px white; color:white">4.</p>
  75. </div>
  76. <div class="row justify-content-center">
  77. <a class="btn m-2 font-weight-bold" style="background:#8AB2FF; font-size:12px; color:#000000;" href="URLLINK">NAME</a>
  78. </div>
  79. </div>
  80.  
  81. <!--- character 5 --->
  82. <div class="col-sm-6 p-1">
  83. <div class="card rounded-0 border-0 m-auto" style="height:120px; width:150px; background:url(IMGLINK); background-size:cover; background-position:center;">
  84. <p class="p-1 font-italic" style="text-shadow: 0px 0px 3px white; color:white;">5.</p>
  85. </div>
  86. <div class="row justify-content-center">
  87. <a class="btn m-2 font-weight-bold" style="background:#8AB2FF; font-size:12px; color:#000000;" href="URLLINK">NAME</a>
  88. </div>
  89. </div>
  90. </div>
  91.  
  92. <!--- links --->
  93. <div class="card rounded-0 border-0 m-1" style="height:30px; background:#8AB2FF;">
  94. <p class="text-right p-1 font-weight-bold font-italic" style="color:#000000;">
  95. <a href="URLLINK" class="text-reset">LINK NAME.</a>
  96. <a href="URLLINK" class="text-reset">LINK NAME.</a>
  97. <a href="URLLINK" class="text-reset">LINK NAME</a>
  98. </p>
  99. </div>
  100. </div>
  101. <!--- credit, do not remove --->
  102. <div class="col-12 p-0 mt-1 text-right">
  103. <a href="https://toyhou.se/onethird" data-toggle="tooltip" title="code by onethird"><i class="fas fa-code" style="color:#8AB2FF"></i></a>
  104. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement