ページの下部にあるフッタバーがテキストを配置しません。フッターバーでテキストを配置できません
これは私のhtmlです:
<div class="row">
<div id="footer">
<h3>Contact</h3>
<h3>Computerbasen</h3>
<h3>Info</h3>
</div>
</div>
そして、これは私のCSSです:
#footer {
background-color: #FF7633;
width: 100%;
height: 50px;
border-radius: 5px;
padding-top: 10px;
text-align:center;
position: fixed;
bottom: 0;
}
Click here and see the image of the footer bar
これは、水平にかかわらず、整列しています。あなたはそれを垂直に整列させたいですか?あなたの質問を詳しく説明してください。 – rotgers