4.5K views
1.input { 2 border: none; 3 outline: none; 4 border-radius: 15px; 5 padding: 1em; 6 background-color: #ccc; 7 box-shadow: inset 2px 5px 10px rgba(0,0,0,0.3); 8 transition: 300ms ease-in-out; 9} 10 11.input:focus { 12 background-color: white; 13 transform: scale(1.05); 14 box-shadow: 13px 13px 100px #969696, 15 -13px -13px 100px #ffffff; 16}
Praashoo7
Prashant
MIT License