Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- TITLE --
- font-family: 'powerpuff girls';
- font-size: 2.7em;
- text-align:center;
- background:linear-gradient(to top, #fff 2%, #8ba9da 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- -webkit-text-stroke: 0.5px #8ba9da;
- -webkit-filter: drop-shadow(0px 0px 1.5px #182c4d);
- -- SCROLLBOX CONTAINER --
- width: auto;
- white-space: nowrap;
- overflow-x: auto;
- box-sizing: border-box;
- height: 9em;
- margin-bottom:.5em;
- overflow-y: hidden;
- border: 1px solid #8ba9da;
- border-radius: 8px;
- -- CHIBI IMAGE --
- position:absolute;
- right:-3em;
- bottom:-2em;
- z-index:500;
- -- PIXEL IMAGE --
- position:absolute;
- left:-0.5em;
- top:-.75em;
- z-index:500;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement