Advertisement
marshallsmyth

Visual Field 3/2/24

Mar 1st, 2024 (edited)
704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.27 KB | None | 0 0
  1.  
  2.  <!DOCTYPE html><html lang="en"><head><title>PERFECT LINE 1</title><style>
  3.  
  4.  @import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Amita|Bungee+Spice|Black+Ops+One');
  5.  ::-webkit-scrollbar-track {background:#f07;} ::-webkit-scrollbar-thumb {border-radius:2px;background:#00c;}
  6.  ::-webkit-scrollbar {width:.3vw;height:0vh;}
  7.  
  8.    body {background:#005;background-image:url("");background-repeat:no-repeat;
  9.  background-size:100vw 100vh;overflow:hidden;}
  10.    
  11.    h1 {font-family:amita, "kaushan script", "bungee spice";text-shadow:1px 1px .2px #00f;
  12.  font-size:1px;line-height:11px;color:#fff;text-align:center;
  13.  word-spacing:1px;margin:0 12px 0 0;padding:0 0 0 0;}
  14.  
  15.  .lteye, .rteye {background-image:url("");
  16.  background-repeat:no-repeat;background-size:100vw 100vh;position:fixed;top:40px;width:666px;
  17.  height:666px;border:gold solid .5px;overflow:hidden;  background:;  opacity:1;
  18.  border-radius:333px;}
  19.  .lteye {left:60px;} .rteye {left:800px;}
  20.  
  21.  </style>
  22.  
  23.  <h1>Marshall Smyth Visual Field 3/1/24</h1>
  24.  
  25.  <div class="lteye"><img src="https://i.imgur.com/yMwgQT8.jpg" style="width:100%;opacity:1;"></div>  
  26.  
  27.  <div class="rteye"><img src="https://i.imgur.com/T3OK39O.jpg" style="width:100%;opacity:1;"></div>
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement