버튼 디자인-2 (button Design-2 with CSS)
버튼 디자인 2 좋아요 버튼 등으로 활용할 수 있는 버튼이다. ✔️ HTML favorite_border favorite Like ✔️ CSS .like { display: flex; gap: 10px; justify-content: space-between; align-items: center; padding: 15px; background-color: #fc8989; border-radius: 35px; border: 0px; font-size: 25px; margin: 0 auto; color: #fff; cursor: pointer; transition: all .5s; } .like:hover { background-color: #ff6e6e; } .like:hover .before { opac..
2023. 4. 27.