gera botão 2 pego

Color Property
Border Color
Text Color
Background Color
Code Snippest Demo
        .button {
            border-top: 1 px  solid #a7c1d1 ;
            background: #aec485 ;
            padding: 15.5 px  31 px ;
            -webkit-border-radius: 18px;
            -moz-border-radius: 18px;
            border-radius: 50 px ;
            -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
            -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
            box-shadow: rgba(0,0,0,1) 0 1px 0;
            text-shadow: rgba(0,0,0,.4) 0 1px 0;
            color: #ffffff ;
            font-size: 21 px ;
            font-family: Helvetica, Arial, Sans-Serif;
            text-decoration: none;
            vertical-align: middle;
             cursor: pointer;
        }
        
 
           <button class="button">
               BUTTON
           </button> 
        
Width, Margin & Padding
Padding (Left-Right) 31 px
Padding (Top-Bottom) 15.5 px
Border Radius 50 px
Border Width 1 px
Font Size 21 px

Comentários

Postagens mais visitadas deste blog

quiz