#e8e8e8
1.input-wrapper input { 2 background-color: #eee; 3 border: none; 4 padding: 1rem; 5 font-size: 1rem; 6 width: 13em; 7 border-radius: 1rem; 8 color: lightcoral; 9 box-shadow: 0 0.4rem #dfd9d9; 10 cursor: pointer; 11} 12 13.input-wrapper input:focus { 14 outline-color: lightcoral; 15}
9.7K views
9.7K views
Comments
MIT License