初めまして。HTMLについて勉強をしているのですが、borderを使って一つの行を作ったのですが、その中に5つの数字(ここでは1)を均等に入れるためにはどのようにすればよろしいでしょうか?front leftをcenterに変えたりしてみたのですが上手くいきません。
5つのdivを1つのdivでまとめた状態(今の状態)で行いたいです。アドバイスいただけたら嬉しいです。
html
1<div class="l-1"> 2<div class="t-1">1</div> 3<div class="t-2">1</div> 4<div class="t-3">1</div> 5<div class="t-4">1</div> 6<div class="t-5">1</div> 7</div>
css
1.l-1{ 2position:relative; 3border-top:inset 1px #000000; 4border-bottom:inset 1px #000000; 5line-height:40px; 6min-height:40px; 7font-size:25px; 8} 9.t-1{ 10front: left; 11} 12.t-2{ 13front: left; 14} 15.t-3{ 16front: left; 17} 18.t-4{ 19front: left; 20} 21.t-5{ 22front: left; 23}
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。