Advertisement
Sansaisbae

Untitled

Dec 5th, 2020 (edited)
1,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.01 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Changa&display=swap');
  2.    
  3. @font-face { font-family: outrun; src:url('https://dl.dropbox.com/s/uj0oq3rni3j9rf8/Outrun%20future.otf?dl=0');}
  4.  
  5.    
  6.     body { background: #C46F76;}
  7.    
  8.     .image {
  9.         position: fixed;
  10.         bottom: 0vh;
  11.         right: 0vw;
  12.         height: 80vh;
  13.         width:41vw;
  14.         background: url('https://cdn.discordapp.com/attachments/478793307166736384/784932511309496330/mercy.png') no-repeat;
  15.         background-size: cover;
  16.         filter: drop-shadow(.8vh .8vh 0vh #B4616B);
  17.        
  18.     }
  19.    
  20.     .texture { z-index: -1; position: absolute; top: 0%; left: 0%; height: 100%; width: 100%; background-image: url("https://www.transparenttextures.com/patterns/pinstriped-suit.png"); opacity: .5;}
  21.    
  22.     .title{ z-index: 1; position: absolute; bottom: 30vh; right: 5vw; font-family: outrun; color: #B4616B; font-size: 8vh; filter: brightness(50%); text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;}
  23.    
  24.     .box { z-index: 1;
  25.     position: absolute;
  26.     bottom: 30vh;
  27.     right: 1vw;
  28.     height: ;
  29.     width: 40vw;
  30.     }
  31.    
  32.     U { text-decoration:none; text-transform:uppercase; font-family:changa; color:#fff;  border-radius:0vh 0vh 1vh 0vh; padding-right:.2vw; padding-top:0vh; padding-bottom:0vh; padding-left: .2vw; font-size:1.5vh; line-height:2.3vh; letter-spacing:.1vh; background-color:#C46F76; border: solid 1px #000; transition: all .7s ease-in-out;}
  33.    
  34.     u:hover { background: #fff; border: solid 1px #000; color: #000;}
  35.    
  36.     .box2 { position: absolute; bottom: 2vh; right: 15vw; height: 25vh; width: 15vw; background: #0008; padding: .8vh; font-family: changa; color: #fff; overflow: auto; line-height: 2vh;}
  37.    
  38.    
  39.     ::-webkit-scrollbar {
  40.  height: 10px;
  41.  width: 2px;
  42.  background-color: #transparent;
  43.  border-radius:4px;
  44. }
  45.    
  46.    
  47.     a, a:link, a:visited {
  48. color: #888;
  49. letter-spacing:1px;
  50. text-decoration:none;
  51. transition:0.7s;}
  52.  
  53. a:hover{
  54. color: #fff;
  55. text-decoration: inherit;
  56. transition: 0.7s;
  57.     cursor: url('https://64.media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png'), default;}
  58.    
  59.     ::selection {
  60. background:transparent;
  61. color: transparent;
  62. text-shadow: 0 0 10px #C46F76;}
  63.     </style>
  64.     <div class="image"></div>
  65.     <div class="texture"></div>
  66.     <div class="title">Alexander J. Mercer</div>
  67.     <div class="box"><u>test</u> <u>test</u> <u>test</u> <u>test</u> <u>test</u> <u>test</u> <u>test</u> <u>test</u> <u>test</u> <u>test</u> <u>test</u> <u>test</u></div>
  68.     <div class="box2">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ac sem sapien. Suspendisse potenti. Fusce nec justo eget augue interdum imperdiet non id lacus. Praesent blandit tincidunt metus a mattis. Sed facilisis mi sed imperdiet suscipit. Etiam porta cursus molestie. Integer vitae sollicitudin magna. Ut imperdiet laoreet sem, a pretium odio facilisis eget. Donec ac consequat velit. Integer rutrum sagittis orci quis ornare. Morbi ac ante sed elit bibendum condimentum. Vivamus eu mauris ac felis viverra auctor eget nec nulla. Vestibulum vitae vestibulum augue. Sed arcu mauris, hendrerit vel malesuada nec, lacinia ut lectus.
  69.  
  70. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement