출처 : 유튜브 DarkCode - Button With Awesome Hover Effects Using HTML & CSS https://www.youtube.com/watch?v=SP0wAmjbaQ4 Hover시 움직이는 효과를 가진 버튼입니다. html Hover Me css @charset "utf-8"; *{ margin: 0; padding: 0; } body{ background: #353b48; height: 100vh; display: flex; align-items: center; justify-content: center; } .btn{ width: 200px; height: 60px; background: none; border: 4px solid; color: #3498db; f..