Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - name.net -
- font-family: utonium;
- font-style: italic;
- background: -webkit-linear-gradient(#fff, #ffd9ed);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- -webkit-text-stroke: 1px #ffbade;
- font-size: 3.5em;
- position: absolute;
- bottom: 160px;
- left: 55px;
- - basic container css -
- background: rgb(255,244,252);
- background: radial-gradient(circle, rgba(255,244,252,1) 35%, rgba(255,207,244,1) 100%);
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- width: 145px;
- height: 135px;
- - top left container -
- border-radius: 50px 0px 25px 0px;
- position: absolute;
- left: 43px;
- bottom: 20px;
- padding: 3px;
- - bottom left container -
- border-radius: 0px 25px 0px 50px;
- position: absolute;
- left: 43px;
- bottom: -120px;
- padding: 3px;
- - top right container -
- border-radius: 0px 50px 0px 25px;
- position: absolute;
- right: 43px;
- bottom: 20px;
- padding: 3px;
- - bottom right container -
- border-radius: 25px 0px 50px 0px;
- position: absolute;
- right: 43px;
- bottom: -120px;
- padding: 3px;
- - box01 -
- background: #fff0f9;
- font-family: pc98;
- color: #545454;
- border-radius: 40px 0px 25px 0px;
- font-size: 14px;
- padding: 10px;
- overflow-y: scroll;
- height: 117px;
- - box02 -
- background: #ffffffc9;
- font-family: pc98;
- color: #545454;
- border-radius: 0px 25px 0px 40px;
- font-size: 14px;
- padding: 10px;
- overflow-y: scroll;
- height: 117px;
- - box03 -
- background: #ffffffc9;
- font-family: pc98;
- color: #545454;
- border-radius: 0px 40px 0px 25px;
- font-size: 14px;
- padding: 10px;
- overflow-y: scroll;
- height: 117px;
- - box04 -
- background: #fff0f9;
- font-family: pc98;
- color: #545454;
- border-radius: 25px 0px 40px 0px;
- font-size: 14px;
- padding: 10px;
- overflow-y: scroll;
- height: 117px;
- - mark -
- font-family:'fenotype';
- color: white;
- background: #ffd1e9;
- border-radius: 50px;
- -webkit-text-stroke: 1px #ffbade;
- - link -
- color: #ffbade;
- text-decoration: none;
- - doll image -
- position: absolute;
- left: -101px;
- bottom: -12px;
- animation-name: floating;
- animation-duration: 3s;
- animation-iteration-count: infinite;
- animation-timing-function: ease-in-out;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement