Advertisement
Guest User

Help

a guest
Aug 28th, 2021
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.51 KB | None | 0 0
  1. Die HTML Datei
  2.  
  3. <html>
  4.     <div>
  5.         <button class="category-vapes", id="toMid">
  6.             <h2 style="text-shadow: 0 0 20px blueviolet;">Vapes</h2>
  7.             <p style="color: blueviolet;">Liquids / Mods / Mouthpieces</p>
  8.         </button>
  9.     </div>
  10. </html>
  11.  
  12. Die CSS Datei
  13.  
  14. #toMid {
  15.     margin: auto;
  16.     top: 35px;
  17.     position: relative;
  18. }
  19. .category-vapes {
  20.     border: 2px solid blueviolet;
  21.     border-radius: 7px;
  22.     box-shadow: 0 0 20px blueviolet;
  23.     color: blueviolet;
  24.     background-color: black;
  25.     width: 500px;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement