6.8K views
1.input { 2 background-color: #212121; 3 max-width: 190px; 4 height: 40px; 5 padding: 10px; 6 /* text-align: center; */ 7 border: 2px solid white; 8 border-radius: 5px; 9 /* box-shadow: 3px 3px 2px rgb(249, 255, 85); */ 10} 11 12.input:focus { 13 color: rgb(0, 255, 255); 14 background-color: #212121; 15 outline-color: rgb(0, 255, 255); 16 box-shadow: -3px -3px 15px rgb(0, 255, 255); 17 transition: .1s; 18 transition-property: box-shadow; 19}
Yaseen549
Yaseen
Multi-stack Developer | MERN Stack | Coding enthusiast | currently working on @Syber-Lab | Teaching Students to Code
MIT License