そのため、自分が間違っていることを特定できないようです。更新、登録、記録、サインアウトの 4 つのボタンがあるメニューを作成しました。それらをクラスにまとめて配置し、CSS でスタイルを設定しました。それらは長さが異なることが判明しました.CSSについて現在知っていることと理解していることをすべて試しましたが、行き詰まりました.
CSSコードは次のとおりです。
.button2 {
padding:15px 150px;
margin:0px auto;
border-radius:5px;
color:#221e1f;
font-family:corbel;
font-size:20px;
text-decoration: none;
border: 1px solid #d13129;
background: #d13129;
width:300px; /* set a width, can be fixed or percentage */
display:block; /* by default <a> tags arn't block elements and need to be for setting a width */
}