#e8e8e8
1.input { 2 border: 2px solid transparent; 3 width: 15em; 4 height: 2.5em; 5 padding-left: 0.8em; 6 outline: none; 7 overflow: hidden; 8 background-color: #F3F3F3; 9 border-radius: 10px; 10 transition: all 0.5s; 11} 12 13.input:hover, 14.input:focus { 15 border: 2px solid #4A9DEC; 16 box-shadow: 0px 0px 0px 7px rgb(74, 157, 236, 20%); 17 background-color: white; 18} 19
Comments
MIT License