25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .act{
- background:green;
- display: block;
- width: 50px;
- height: 50px;
- line-height: 50px;
- text-align: center;
- color: white;
- font-size: 30px;
- font-weight: bold;
- border-radius: 50%;
- -webkit-border-radius: 50%;
- text-decoration: none;
- transition: ease all 0.3s;
- position: fixed;
- right: 30px;
- bottom:30px;
- }
- .act-btn:hover{background: blue}
|