250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- css3
- php
- effect
- 비전공 개발자
- Animation
- xcode
- 자바스크립트
- HTML
- 풀스택
- html5
- IOS
- jQuery
- SWIFT
- keyframes
- 개발자
- iOS 개발자
- image
- MAC
- 비전공자
- 프론트엔드
- react
- hover
- javascript
- front-end
- 백엔드
- ipad
- CSS
- button
- iPhone
- 애니메이션
Archives
- Today
- Total
비전공자 개발일기
Button Purse AniMation 본문
728x90
SMALL

<a href="#" class="button">Learn More</a>
.button {
display: inline-block;
color: #3c67e3;
text-decoration: none;
padding: 20px 50px;
border: 3px solid #3c67e3;
border-radius: 10px;
}
.button:hover {
animation: pulsate 1s ease-in-out;
}
@keyframes pulsate {
0% {
box-shadow:
0 0 25px #5ddcff,
0 0 50px #4e00c2;
}
}
728x90
LIST
'HTML _CSS' 카테고리의 다른 글
filter() Animation (0) | 2022.04.16 |
---|---|
Card Animation (0) | 2022.04.15 |
Bell Animation (0) | 2022.04.13 |
Loading Animation (0) | 2022.04.12 |
New HTML5 Tags with no CSS & JS (0) | 2022.01.17 |