tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

1677568-1-ref.html (531B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 	<style>
      5 		a:hover { color: rgb(0, 86, 179); }
      6 		.d-relative { position: relative; }
      7 		.d-inline { display: inline;}
      8 		.d-flex { display: flex; }
      9 	</style>
     10 </head>
     11 <body>
     12 	<div class="d-flex">
     13 		<div>
     14 			<div class="d-inline d-relative">
     15 				<a href="#">
     16 					--
     17 				</a>
     18 				<div style="position: absolute; transform: translate(0px, 160px);">
     19 					<a style="color: rgb(0, 86, 179);" href="#">i vanish on-hover in Firefox</a>
     20 				</div>
     21 			</div>
     22 		</div>
     23 	</div>
     24 
     25 
     26 </body></html>