#e8e8e8
1.inputBox { 2 position: relative; 3} 4 5.inputBox input { 6 padding: 15px 20px; 7 outline: none; 8 background: transparent; 9 border-radius: 5px; 10 color: #212121; 11 border: 1px solid#212121; 12 font-size: 1em; 13} 14 15.inputBox span { 16 position: absolute; 17 left: 0; 18 font-size: 0.7em; 19 transform: translateX(14px) translateY(-7.5px); 20 padding: 0 6px 1px 5px; 21 border-radius: 2px; 22 background: #e8e8e8; 23 letter-spacing: 1px; 24 border: 1px solid #212121; 25 color: #212121; 26}
597 views
597 views
Comments
Variations
1 MIT License