footer.php
<div class="footer-back"> <hr class="line-1"> <div class="container"> <div class="saigo"> <p>© 2022 by LittlePeople. All Rights Reserved.</p> </div> </div> <hr class="line-2"> <div>
style.css
.footer-back { height: 100px; background-color: rgb(0, 0, 0); padding-top: 5px; } .saigo p { /*footer 文字 */ font-size: 13px; color: rgb(255, 255, 255); text-align: center; margin-top: 30px; font-family: 'Arimo', sans-serif; } .line-1 { /*線*/ width: 100%; border-width: 0.5px 0 0 0; border-style: solid; border-color: rgb(70, 70, 70); margin-top: 5px; } .line-2 { /*線*/ width: 100%; border-width: 0.5px 0 0 0; border-style: solid; border-color: rgb(70, 70, 70); margin-bottom: 5px; }
ご教授お願い致します。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。