Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---container on the left---
- width: 7em;
- background: rgb(250,218,221);
- background: radial-gradient(circle, #FEC5E5 9%, #FFFFFF 100%);
- border-radius: 0px 10px 10px 10px;
- -webkit-filter: drop-shadow(0px 0px 1px #FEC5E5);
- ---container on the right---
- width: 13.5em;
- height: 15em;
- position: absolute;
- left: 7.5em;
- border-radius: 10px 0px 10px 10px;
- bottom: -2em;
- background: rgb(254,197,229);
- background: radial-gradient(circle, #Fec5e5 9%, #FFFFFF 100%);
- -webkit-filter: drop-shadow(0px 0px 1px #fadadd);
- overflow-y: auto;
- ---name text---
- font-family: 'powerpuff girls';
- font-size: 1.5em;
- background:linear-gradient(to top, #fff 2%, #fec5e5 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- -webkit-text-stroke: 0.5px #f699cd;
- -webkit-filter: drop-shadow(0px 0px 1.5px #f699cd);
- ---mobile style---
- font-size: 1.5em;
- ---left container about me text---
- border-radius: 2px;
- background: #fec5e5;
- padding: 4px;
- border: 1px solid #f699cd;
- ---info text---
- border-radius: 5px;
- border: 1px solid #f699cd;
- padding: 7px;
- width: 17em;
- background: white;
- ---mobile style---
- width: 17em;
- ---highlight---
- background: rgb(254,197,229);
- background: radial-gradient(circle, rgb(254,197,229) 0%, rgba(255,255,255,1) 100%);
- border: 1px solid #f699cd;
- border-radius:90%;
- padding-left:10px;
- padding-right:10px;
- font-family:chick;
- font-size:1.5em;
- color:white;
- -webkit-text-stroke: 0.5px #f699cd;
Advertisement
Add Comment
Please, Sign In to add comment