Advertisement
SHADYACE

shenanigans

Jul 5th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. [nobr]
  2. [class=container]
  3. width: 500px;
  4. height: 400px;
  5. margin: auto;
  6. display: flex;
  7. [/class]
  8.  
  9. [class=img]
  10. background-image: url('https://i.imgur.com/7jO13Yt.jpg');
  11. background-size: cover;
  12. height: 400px;
  13. width: 200px;
  14. padding-top: 40px;
  15. box-sizing: border-box;
  16. [/class]
  17.  
  18. [class name=img maxWidth=450px]
  19. width: 150px;
  20. [/class]
  21.  
  22. [class=title]
  23. color: white;
  24. border-bottom: 2px solid white;
  25. border-top: 2px solid white;
  26. font-size: 16px;
  27. width: 70%;
  28. margin: auto;
  29. text-transform: uppercase;
  30. font-weight: 900;
  31. [/class]
  32.  
  33. [class=content]
  34. width: 300px;
  35. height: 400px;
  36. padding-left: 10px;
  37. box-sizing: border-box;
  38. font-size: 13px;
  39. overflow: hidden;
  40. [/class]
  41.  
  42. [class name=content maxWidth=450px]
  43. width: 200px;
  44. [/class]
  45.  
  46. [class=scroll]
  47. overflow-y: scroll;
  48. padding-right: 17px;
  49. width: 100%;
  50. height: 100%;
  51. [/class]
  52.  
  53. [class=linkContainer]
  54. width: 100%;
  55. display: flex;
  56. flex-direction: column;
  57. [/class]
  58.  
  59. [class=link]
  60. width: 100%;
  61. border-bottom: 1px solid #232323;
  62. [/class]
  63.  
  64. [class name=link state=hover]
  65. cursor: pointer;
  66. [/class]
  67.  
  68. [div class=container]
  69. [div class=img]
  70. [div class=title][font=Work Sans]shady's shenanigans[/font][/div]
  71. [/div]
  72.  
  73. [div class=content]
  74. [div class=scroll]
  75. [font=Work Sans][b]INTRO[/b][/font]
  76. [br][/br]
  77.  
  78. your text goes here. you can use: [br][/br][br][/br] to separate paragraphs.
  79.  
  80. [font=Work Sans][b]LINKS[/b][/font]
  81.  
  82. [div class=linkContainer]
  83. [div class=link]using the url tag you can link something here if that's what you wanna do.[/div]
  84. [/div]
  85.  
  86. [/div]
  87. [/div]
  88. [/div]
  89. [div=font-size: 9px; text-align: center; opacity: 0.7;]coded by [user=26242]shady[/user].[/div]
  90. [/nobr]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement