Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- ALL FONTS ---
- <style>
- @font-face {
- font-family: roman;
- src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
- }
- @font-face {
- font-family: Pixelated MS Sans Serif;
- src:url(https://dl.dropbox.com/s/tbas0823c5svwxz/qgjjre.woff);
- }
- </style>
- --- NAME ---
- background: radial-gradient(#FFFFFF 10%, #BABABA 49%, #CCCCCC 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- -webkit-filter: drop-shadow(1px 1px 2px #000000);
- --- SCROLLBOX ---
- height: 10.5em;
- width: 13.5em;
- border-radius: 5px;
- overflow: auto;
- padding: 10px;
- (mobile)
- height: 8.5em;
- width: 11.5em;
- --- CHECKBOX ---
- <link rel="stylesheet" href="https://unpkg.com/98.css">
- <style>
- .checkbox {
- color: #644934;
- text-align: left;
- }
- .checkbox label {
- font-size: 1.125em;
- }
- </style>
- <div class="checkbox">
- <strong><input type="checkbox" id="example1"><label for="example1">ABOUT ME</label></strong>
- </div>
- --- MARK ---
- <style>
- .mark {
- color: #644934;
- font-family: Pixelated MS Sans Serif;
- text-align: left;
- font-size: 1.125em;
- }
- .mark img {
- position: relative;
- top: 3px;
- }
- </style>
- <div class="mark">
- <img src="linkurl"> <strong>TO KNOW</strong>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment