Advertisement
NIGGSEX

botao 3d

Nov 26th, 2020
580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.45 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.     <head>
  4.        
  5.     </head>
  6.     <style>
  7.        
  8.         .btns {
  9.             text-align:center;
  10.             margin-top:502px;
  11.                     }
  12.                    
  13.                     .efeito {
  14.                         border:none;
  15.                         color:#fff;
  16.                         padding:20px;
  17.                         margin:20px;
  18.                         font-size:24px;
  19.                         line-height:24px;
  20.                         border-radius:10px;
  21.                         position:relative;
  22.                         box-sizing:border-box;
  23.                         cursor:pointer;
  24.                         transition: all 400ms ease;}
  25.                        
  26.     .efeito-6{
  27.         background:#376693;
  28.         transform-style:preserve-3d;}
  29.        
  30.     .efeito-6:after{
  31.         top:-100%;
  32.         left:0px;
  33.         width:100%;
  34.         padding:20px;
  35.         background:#3a9999;
  36.         position:absolute;
  37.         border-radius:10px;
  38.         box-sizing:border-box;
  39.         transform-origin:left bottom;
  40.         content:'aepora';
  41.         transform:rotatex(90deg);}
  42.        
  43.        
  44.     .efeito-6:hover {
  45.         transform-origin:center bottom;
  46.         transform:rotateX(-90deg) translateY(100%);    }    
  47.        
  48.        
  49.        
  50.     </style>
  51. <body>
  52.    
  53.     <div class="btns">
  54.         <button type="button" class="efeito efeito-6">MUDAAAA</button>
  55.     </div>
  56.  
  57. </body>
  58.    
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement