todo
20 строк · 371.0 Байт
1form {2position: relative;3}
4
5input[type="text"] {6padding: 16px;7border: none;8width: 100%;9font-size: 24px;10box-sizing: border-box;11font-family: inherit;12font-weight: inherit;13line-height: 1.4em;14box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.03);15}
16
17input[type="text"]::placeholder {18color: #e6e6e6;19font-style: italic;20}
21