Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #text01 {
- font-family: PC98;
- }
- #text02, #text03, #text04 {
- font-family: PC98;
- border-radius: 15px 15px 15px 15px;
- border: 1px solid black;
- background: linear-gradient(360deg, #93e243 0%, #FFFFFF 100%);
- filter: drop-shadow(3px 3px 0px #000);
- padding: 10px;
- height: 85px;
- overflow-y: scroll;
- }
- #text05 {
- font-family: universe;
- border: 1px solid black;
- border-radius: 100%;
- height: 50px;
- -webkit-text-stroke: 1px black;
- box-shadow: inset 0 7px 7px -5px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment