510 views
1.beach-button { 2 background-color: #fbc02d; 3 border: none; 4 border-radius: 5px; 5 color: #333; 6 cursor: pointer; 7 display: flex; 8 align-items: center; 9 font-size: 18px; 10 font-weight: bold; 11 padding: 10px 20px; 12 transition: all 0.3s ease; 13} 14 15.beach-button:hover { 16 background-color: #ffe082; 17} 18 19.beach-button svg { 20 height: 20px; 21 margin-right: 10px; 22 width: 20px; 23}
guilhermeyohan
Guilherme Yohan
MIT License