<div>
Фамилия: <input type="text">
</div>
div {
padding: 0px 15px;
height: 50px;
border:2px solid gray;
width: fit-content;
}
input {
outline:none;
border:none;
height: 90%;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.