t3ch13-c0l0rs

radiokids

Dec 10th, 2022 (edited)
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. <!--
  2. good morning. i hope you're doing well.
  3.  
  4. colors:
  5. background + header color: #fafafa (this is also the background of the transparent texture)
  6. border + links: #9aff00
  7. icon shadow + text color: #000
  8.  
  9. background image: https://transparenttextures.com/patterns/black-lozenge.png
  10. go to transparrenttextures.com for more textures
  11. -->
  12.  
  13. <div class="col-lg-4 col-md-6 col-sm-12 mx-auto p-0 mt-3" style="background-color: #fafafa; border-radius: 10px">
  14. <div class="col-12 p-2" style="background-image: url(https://transparenttextures.com/patterns/black-lozenge.png); border-radius: 10px">
  15.  
  16. <!-- icon -->
  17. <div class="col-md-4 col-sm-auto p-2 mt-n4 ml-md-n3 ml-sm-0 float-left mx-sm-auto mr-md-2 mb-sm-2 mb-md-0" style="border-radius: 10px; border: 5px solid #9aff00; box-shadow: 5px 5px 0px #000; z-index: 1;">
  18.  
  19. <!-- replace https://cdn.discordapp.com/attachments/841329887633604669/1050981926758010990/Radiokids.png with your img -->
  20. <img src="https://cdn.discordapp.com/attachments/841329887633604669/1050981926758010990/Radiokids.png" style="box-shadow: 5px 5px 0px #000;">
  21.  
  22. </div>
  23.  
  24.  
  25.  
  26. <div class="col-12 p-0">
  27.  
  28. <!-- username? name? keep it short either way -->
  29. <p class="font-italic text-sm-center text-md-left mt-sm-2 mt-md-0" style="color: #fafafa; text-shadow: 2px 2px 0px #000; font-size: 30px; font-family: terminal, monaco">
  30. _SNDWRK/gh
  31. </p>
  32.  
  33. <!-- intro paragraph -->
  34. <div class="col-12 p-2 mt-sm-2 mt-md-0" style="background-color: #fafafa; color: #000; border-radius: 10px">
  35. this is an introductory paragraph. first of all, keep it atleast 2 lines so the buttons look ok. second of all, this doesn't scroll, it expands (i dont think overflow auto works with what i was doing w the photo) so keep it not too long. i guess you could also use this as a character code.
  36. </div>
  37. </div>
  38.  
  39. </div>
  40.  
  41. </div>
  42.  
  43. <div class="col-lg-4 col-md-6 col-sm-12 mx-auto p-0">
  44.  
  45. <!-- buttons, shoutout to togo for giving me this snippet :-) -->
  46. <div class="row no-gutters align-items-center mt-n3">
  47.  
  48. <!-- btn 1 -->
  49. <div class="d-inline-flex px-2 py-1 mx-1 ml-auto text-black rounded align-items-center" style="position: relative; background-color: #9aff00; overflow: hidden; border-radius: 20px">
  50.  
  51. <!-- i kept them as content so they can b used for anything, a long about me, a social media link, but anyways you can change the fontawesome icon by going to fontawesome.com. -->
  52. <span style="color: #000"><i class="fas fa-star mr-1"></i> Content</span>
  53.  
  54. <!-- change the # to your link. -->
  55. <a href="#" class="btn btn-outline-primary border-0" style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-shadow: none; filter: grayscale(1) brightness(-1000%); opacity: .25; color: #000"></a>
  56. </div>
  57.  
  58. <!-- btn 2 -->
  59. <div class="d-inline-flex px-2 py-1 mx-1 text-black rounded align-items-center" style="position: relative; background-color: #9aff00; overflow: hidden; border-radius: 20px">
  60.  
  61. <!-- link name and font awesome icon -->
  62. <span style="color: #000"><i class="fas fa-star mr-1"></i> Content</span>
  63.  
  64. <!-- actual link href. change the # -->
  65. <a href="#" class="btn btn-outline-primary border-0" style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-shadow: none; filter: grayscale(1) brightness(-1000%); opacity: .25; color: #000"></a>
  66. </div>
  67.  
  68. <!-- btn 3 -->
  69. <div class="d-inline-flex px-2 py-1 mx-1 mr-auto text-black rounded align-items-center" style="position: relative; background-color: #9aff00; overflow: hidden; border-radius: 20px">
  70.  
  71. <!-- link name and icon -->
  72. <span style="color: #000"><i class="fas fa-star mr-1"></i> Content</span>
  73.  
  74. <!-- link href -->
  75. <a href="#" class="btn btn-outline-primary border-0" style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-shadow: none; filter: grayscale(1) brightness(-1000%); opacity: .25; color: #000"></a>
  76. </div>
  77.  
  78. </div>
  79.  
  80. <!-- dont remove thx -->
  81. <p style="text-align:center"> <a href="/micro-wave" style="color: #9aff00"><i class="fas fa-microwave"></i></a></p>
  82. </div>
Advertisement
Add Comment
Please, Sign In to add comment