Page 315 - MDP2022-3
P. 315

position:  relative;
                    color:  #000;
                    z-index:  2;
                    line-height:  40px;
                    padding:  0;
                }
                .btn-4:hover{
                    border:  none;
                }
                .btn-4:before,
                .btn-4:after  {
                    position:  absolute;
                    content:  "";
                    width:  0%;
                    height:  0%;
                    border:  2px  solid;
                    z-index:  -1;
                    transition:  all  0.3s  ease;
                }
                .btn-4:before  {
                    top:  0;
                      left:  0;
                      border-bottom-color:  transparent;
                      border-right-color:  transparent;
                      border-top-color:  #000;
                      border-left-color:  #000;
                }
                .btn-4:after{
                      bottom:  0;
                      right:  0;
                      border-top-color:  transparent;
                      border-left-color:  transparent;
                      border-bottom-color:  #000;
                      border-right-color:  #000;
                }
                .btn-4:hover:before,
                .btn-4:hover:after  {
                    border-color:  #000;
                    height:  100%;
                    width:  100%;
                }

                .btn-1{
                    backface-visibility:  hidden;
                    position:  relative;
                    cursor:  pointer;
                    display:  inline-block;
                    white-space:  nowrap;
                    background:  linear-gradient(180deg,#fea  0%,#dc8  49%,#a95  51%,#dc8  100%);
                    border-radius:  5px;
                }

                .btn-2{
                    background:  linear-gradient(top,  #a95,  #f2f2f2  25%,  #ffffff  38%,  #c5c5c5  63%,  #f7f7f7  87%,
            #a95);
                    background:  -webkit-linear-gradient(top,  #a95,  #fea  25%,  #ffffff  38%,  #dc8    63%,  #fea  87%,
            #a95);
                }
                .btn-10{
                    border-color:  #D9A3A9;
   310   311   312   313   314   315   316   317   318   319   320