Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- .button {
- width: fit-content;
- padding: 10px 18px;
- font-family: ms gothic;
- background-color: #FFA3BE;
- text-align: center;
- border-radius: 2rem;
- position: relative;
- height: fit-content;
- color: #000;
- line-height: 0.8rem;
- border: 1px solid #000;
- }
- .button:before {
- content: "";
- height: 50%;
- position: absolute;
- top: 0.05rem;
- left: 0.4rem;
- width: 90%;
- border-radius: 5rem;
- background: transparent;
- background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
- opacity: 0.6;
- }
- </style>
- <div class="button"> text here </div>
- <!---credit to softteddypaws.neocities.org & mypillowfort.net-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement