KamCode
Home
Projects
About
Contact
Menu Buttons
Logo
Menu Buttons | HTML CSS
HTML
copy
Copeid
Menu Buttons
CSS
copy
Copeid
body { margin: 0; padding: 0; display: grid; place-items: center; height: 100vh; } .button-container { display: flex; background-color: rgb(148, 73, 245); width: 250px; height: 40px; align-items: center; justify-content: space-around; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px, rgba(67, 27, 119, 0.2) 5px 10px 15px; } .button { outline: 0 !important; border: 0 !important; width: 40px; height: 40px; border-radius: 50%; background-color: transparent; display: flex; align-items: center; justify-content: center; color: #fff; transition: all ease-in-out 0.3s; cursor: pointer; } .button:hover { transform: translateY(-3px); } .icon { font-size: 20px; }
Home
Subscribe to:
Posts (Atom)
KamCode |
All right reserved.