Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *codes are from this girlsgo crd pro plus tutorial https://www.youtube.com/watch?v=p7oFUzEfIdA&t=1s!*
- ---- CONTAINER CODES ----
- #container01 > .wrapper {
- border-radius: 0.5em;
- width: 10em;
- height: 24em;
- }
- #container02 > .wrapper {
- border-radius: 0.5em;
- width: 17em;
- height: 24em;
- position: absolute;
- top: -24em;
- right: -1.5em;
- }
- #container03 > .wrapper {
- border-radius: 0.5em;
- width: 17em;
- height: 24em;
- position: absolute;
- top: -24em;
- right: -1.5em;
- overflow: auto;
- }
- #container04 > .wrapper {
- border-radius: 0.5em;
- width: 17em;
- height: 24em;
- position: absolute;
- top: -24em;
- right: -1.5em;
- overflow: auto;
- }
- ---- GALLERY CODES ----
- #gallery01 .frame {
- box-shadow: 3px 3px #F0B9ED, 7px 7px #EF9FC4, 10px 10px #DFEDA8;
- }
- #gallery01 {
- text-shadow: -1px 0 #F0B9ED, 0 1px #F0B9ED, 1px 0 #F0B9ED, 0 -1px #F0B9ED, 2px 1px 1px #BAC583;
- }
- #gallery01 a:hover {
- webkit-filter: blur(1px);
- filter: blur(1px);
- }
- ---- IMAGE CODES ----
- #image01 {
- -webkit-mask-image: url(https://i.ibb.co/PTDHc2h/fogmask.png);
- -webkit-mask-size: 100%;
- -webkit-mask-repeat: no-repeat;
- -webkit-mask-position: center;
- }
- ---- TEXT CODES ----
- #text01 {
- font-family:chick;
- text-shadow: -1px 0 #F5A9E0, 0 1px #CFF5A9, 1px 0 #CFF5A9, 0 -1px #F5A9E0, 2px 1px 1px #000000;
- bottom:0.5em;
- }
- #text02 {
- text-shadow: -1px 0 #F5A9E0, 0 1px #000, 1px 0 #000, 0 -1px #F5A9E0, 0 0;
- bottom:1.3em;
- }
- #elementid {
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- }
- </style>
- ---- FONTS EMBED ----
- <style>
- @font-face {
- font-family:chick; src:url(https://dl.dropbox.com/s/f8j0gx594nhac83/CHICK___.TTF);
- }
- </style>
- ---- SCROLLBAR EMBED ----
- <style>
- #scroll {
- }
- .scroll {
- } /* width */
- ::-webkit-scrollbar {
- width: 10px;
- } /* Track */
- ::-webkit-scrollbar-track {
- border-radius: 10px;
- } /* Handle */
- ::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #F6CEE5 0%, #D3F6CE 100%); border-radius: 10px;
- } /* Handle on hover */
- ::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #F6CEE5 0%, #FFB1DC 0%, #D3F6CE 100%);
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment