Is there a way to make the text start from the top instead of starting right in the middle?
<input class="card card-experience">
.card-experience{
width: 600px;
height: 100px;
position: absolute;
padding-bottom: 22px;
top: 400px;
border-color: black;
box-sizing: border-box;
}