Page 128 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 128

border-radius: 0;
                text-transform: uppercase;
                font-family: Montserrat,sans-serif;
                font-weight: 400;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }



            .btn-circle {
                width: 70px;
                height: 70px;
                margin-top: 15px;
                padding: 7px 16px;
                border: 2px solid #fff;
                border-radius: 50%;
                font-size: 40px;
                color: #fff;
                background: 0 0;
                -webkit-transition: background .3s ease-in-out;
                -moz-transition: background .3s ease-in-out;
                transition: background .3s ease-in-out;
            }

            .btn-circle.btn-dark {
                border: 2px solid #666;
                color: #666;
            }



            .btn-circle:hover,
            .btn-circle:focus {
                outline: 0;
                color: #fff;
                background: rgba(255,255,255,.1);
            }


            .btn-circle.btn-dark :hover,
            .btn-circle.btn-dark :focus {
                outline: 0;
                color: #999;
                background: #fff;
            }

            .btn-circle.btn-dark :hover i,



                                                         -  121  -
   123   124   125   126   127   128   129   130   131   132   133