#212121
1.input { 2 margin-top: 1rem; 3 border-radius: 10px; 4 outline: 2px solid #00a6fb; 5 border: 0; 6 font-family: "Montserrat", sans-serif; 7 background-color: #d6f1ff; 8 outline-offset: 3px; 9 padding: 10px 12.5px; 10 transition: all 0.2s ease; 11 width: 250px; 12} 13 14.input:hover { 15 background-color: #fff; 16} 17 18.input:focus { 19 outline-offset: -6px; 20 background-color: #d6f1ff; 21} 22
392 views
392 views
Comments
MIT License