Advertisement
NIGGSEX

as

Nov 26th, 2020
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.55 KB | None | 0 0
  1.      <!-- made by obsceny — a new era orignially • originally 2021-->
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5.  
  6. <meta charset="utf-8">
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13.  
  14.  
  15.  
  16. <meta name="color:background" content="#ffffff" />
  17. <meta name="color:texts" content="#ccc" />
  18. <meta name="color:links" content="#ccc" />
  19.  
  20.  
  21.  
  22.  
  23. <style type="text/css">
  24.  
  25.  
  26. body {background:{color:background color}; font-size:10px; font-family:arial; text-align:justify; color:{color:texts}; transition: 0.5s ease-in-out ;}
  27. .ak {text-align:center; margin-top:15px};
  28. .aa {
  29.     background:#ccc;
  30.     color:{color:Links};
  31.     transform-style:preserve-3d
  32.     transition:0.5s;}
  33.  
  34. .agrvai {
  35.     border:none;
  36.     color:#000;
  37.     padding:20px;
  38.     margin 10px;
  39.     font-size:15px;
  40.     position:relative;
  41.     box-sizing:border-box;
  42.     cursor:pointer;
  43.     transition:all 400ms ease;
  44.    
  45. }
  46.  
  47.    
  48. .aa:after{
  49.     background:#000;
  50.     color:red
  51.     top:-100%;
  52.     left:0px;
  53.     width:100%;
  54.     padding:1px;
  55.     position:absolute;
  56.     box-sizing:border-box;
  57.     content:'so p ver';
  58.     transform-origin:left bottom;
  59.     transform:rotatex (90deg);}
  60.    
  61. .aa:hover {
  62.     transform-origin:center bottom;
  63.     transform:rotatex (-90deg), translatey(100%);
  64.    
  65. }
  66.  
  67. </style>
  68.  
  69.  
  70. </head>
  71.     <body>
  72.  <button type="button" style="agrvai aa">oi</button>
  73.     </body>
  74.    
  75. </html>    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement