【发布时间】:2020-01-22 08:02:13
【问题描述】:
如何让文本从顶部开始而不是从中间开始?
<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;
}
【问题讨论】:
-
请添加有关您的问题的更多详细信息。
-
我不知道我能说清楚多少,然后我已经做了什么。
标签: html css bootstrap-4