1.input { 2 max-width: 190px; 3 border: none; 4 outline: none; 5 background: none; 6 font-size: 18px; 7 color: #222; 8 padding: 15px 5px 10px 20px; 9 box-shadow: inset 4px 4px 4px rgba(15, 15, 15, 0.315),4px 4px 4px rgba(28, 28, 28, 0.13); 10 border-radius: 25px; 11 background-clip: padding-box; 12} 13 14.input:focus { 15 padding-bottom: 10px; 16} 17 18.input::placeholder { 19 color: #222; 20 text-transform: uppercase; 21 transition: all 0.3s ease; 22 font-size: 19px; 23 font-weight: 700; 24 letter-spacing: .3px; 25} 26 27.input:focus::placeholder { 28 color: #999; 29} 30 31 32
Log in to add comments
0/244