#e8e8e8
1.input { 2 background-color: #383838; 3 border: 1ex solid none; 4 border-top-width: 1.7em; 5 margin: 0; 6 padding: 0; 7 color: #383838; 8 word-wrap: break-word; 9 outline: 7px solid #383838; 10 height: 30px; 11 font-size: 17px; 12 text-align: center; 13 transition: all 1s; 14 max-width: 190px; 15 font-weight: bold; 16 font-family: 'Courier New', Courier, monospace; 17} 18 19.input:hover { 20 border-top-width: 0.2em; 21 background-color: #f1e8e8; 22} 23 24.input:focus { 25 border-top-width: 0.2em; 26 background-color: #f1e8e8; 27}
Comments
Variations
1 MIT License