私はこのように定義されたセクションを持っています:
<footer>
<section id="content">
<section id="footer-links" class="center">
<a href="index.php" class="float-left">Home</a>
<a href="about.html" class="float-left">About</a>
<a href="contact.html" class="float-left">Contact</a>
<a href="terms.html" class="float-left">Terms and Conditions</a>
</section>
</section>
</footer>
そして、私は次のCSSを適用しました:
フッター
background-color:
rgb(53, 53, 181);
color:
rgb(255, 255, 255);
display: block;
font-size: 16px;
height: 100px;
width: 1424px;
セクション(#content)
background-color:
rgba(0, 0, 0, 0);
color:
rgb(255, 255, 255);
display: block;
font-size: 16px;
height: 19px;
margin-bottom: 0px;
margin-left: 312px;
margin-right: 312px;
margin-top: 0px;
position: relative;
width: 800px;
セクション(#footer-links)
background-color:
rgba(0, 0, 0, 0);
color:
rgb(255, 255, 255);
display: inline-block;
font-size: 16px;
height: 19px;
margin-left: 0px;
margin-right: 0px;
width: 332px;
a
background-color:
rgba(0, 0, 0, 0);
border-bottom-color:
rgb(222, 222, 222);
border-bottom-style: dotted;
border-bottom-width: 1px;
color:
rgb(222, 222, 222);
cursor: auto;
display: block;
float: left;
font-size: 16px;
height: 18px;
margin-right: 16px;
text-decoration: none;
width: 39px;
しかし、ご覧のとおり、左揃えで表示されますsection
。うまくいけば、あなたはすべて助けることができます!