본문 바로가기

카테고리 없음

백그라운드 컬러 없애기 코드

 background-color: transparent;
.mytitle > button {
            width:250px;
            height: 50px;  

            background-color: transparent;

            border: 1px solid white;
            color: white;

            border-radius: 50px;

            margin-top: 20px;
        }