Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- name text ---- (#text01)
- font-family: good-time;
- position: relative;
- z-index: 10;
- bottom: -20px;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- }
- ---- ♡ i. ii. text ---- (#text02)
- font-family: good-time;
- position: relative;
- z-index: 10;
- bottom: 20px;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- ---- image border ---- (#image01)
- width: 310px;
- border-radius: 12px;
- border: 4px double black;
- object-fit: cover;
- margin: auto;
- ---- info scrollboxes ---- (#text04, #text05)
- height: 130px;
- overflow: scroll;
- padding: 5px;
- ---- fonts embed ----
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Gamja+Flower&display=swap" rel="stylesheet">
- <style>
- @font-face {
- font-family: good-time;
- src: url(https://dl.dropbox.com/s/ijxda4xb1cyjpe4/KGAlwaysAGoodTime.ttf);
- }
- @font-face {
- font-family: 'Magica';
- src: url(https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf);
- }
- @font-face {
- font-family: squidgy;
- src: url(https://dl.dropbox.com/s/jwobi0mfqf17x7b/SquidgySweets.otf);
- }
- #squidgy {
- font-family: squidgy;
- }
- ::selection {
- color: #fff;
- background: #D2EDFA;
- }
- </style>
- ---- blur hover links embed ----
- <style>
- #text02 a:hover{
- webkit-filter: blur(1px);
- filter: blur(1px);
- }
- </style>
- ---- lace border containers embed ----
- <style>
- #container03 , #container04 , #container05 {
- border-width:7px;
- border-style:solid;
- border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round;
- background: white;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment