Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Die HTML Datei
- <html>
- <div>
- <button class="category-vapes", id="toMid">
- <h2 style="text-shadow: 0 0 20px blueviolet;">Vapes</h2>
- <p style="color: blueviolet;">Liquids / Mods / Mouthpieces</p>
- </button>
- </div>
- </html>
- Die CSS Datei
- #toMid {
- margin: auto;
- top: 35px;
- position: relative;
- }
- .category-vapes {
- border: 2px solid blueviolet;
- border-radius: 7px;
- box-shadow: 0 0 20px blueviolet;
- color: blueviolet;
- background-color: black;
- width: 500px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement