「トレイルレッスン」という文字が入ったボタンを作りました。しかし、何らかの理由でテキストが隣り合うことはありません
/*.button {
display: inline-block;
height: 9vh;
width: 5%;
background-color: rgb(255, 196, 0);
border: none;
color: black;
font-size: 1rem;
position: absolute;
top: 130%;
left: 2%;
}
*/
.button {
background-color: rgb(255, 196, 0);
border: none;
color: black;
padding: 1.1rem 10rem;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1rem;
font-size: 2rem;
height: 12vw;
position: relative;
margin: center;
}
.center {
text-align: center;
}
<p class="center"><button class="button">trail lesson</button></p>
