Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #text01 { /*welcome to my site*/
- background: #d2b0e0;
- border-radius: 8px 8px 8px 0;
- padding: 0.2em;
- width: 40%;
- }
- #text02 { /*name*/
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- }
- #text03 { /*the likes part*/
- background: #FFFFFF8F;
- padding: 4px;
- border-radius: 5px;
- height: 8.5em;
- overflow:auto;
- }
- #text05, #text07 { /*more to know & guidelines title text*/
- background: radial-gradient(circle, rgba(189,137,228,1) 25%, rgba(196,164,233,1) 61%);
- padding: 4px;
- width: 60%;
- color: white;
- border-radius: 5px;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- }
- #text06, #text08 { /*more to know & guidelines info text*/
- background: #FFFFFF8F;
- padding: 4px;
- border-radius: 5px;
- height: 5.25em;
- overflow: auto;
- }
- #text09 { /*currently listening title text*/
- background: radial-gradient(circle, rgba(189,137,228,1) 25%, rgba(196,164,233,1) 61%);
- padding: 4px;
- width: 60%;
- color: white;
- border-radius: 5px;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- }
- #text10 { /*currently listening info text*/
- background: #FFFFFF8F;
- padding: 4px;
- border-radius: 5px;
- }
- #text11 { /*links*/
- background: radial-gradient(circle, rgba(189,137,228,1) 25%, rgba(196,164,233,1) 61%);
- padding: 5px;
- width: 100%;
- border-radius: 0 0 8px 8px ;
- color: white;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- }
- </style>
Add Comment
Please, Sign In to add comment