#212121
1.input { 2 margin: 30px; 3 background: none; 4 border: none; 5 outline: none; 6 max-width: 190px; 7 padding: 10px 20px; 8 font-size: 16px; 9 border-radius: 9999px; 10 box-shadow: inset 2px 5px 10px rgb(5, 5, 5); 11 color: #fff; 12}
Comments
MIT License