+ 3
The footer section is not at the bottom. I want footer to be in the bottom. Help me to solve this. remaining will be all same.
13 ответов
+ 5
https://code.sololearn.com/WrCC2w0Wmk4l/?ref=app
+ 3
footer{
bottom:0;
position:fixed;
}
.section{
height:85%;
}
+ 2
@Gordon i haven't change the code before now take a look at the code and try to place the footer at bottom.
+ 2
Because it should be footer not .footer
No dot
Dot means class
+ 2
Come to notice it, why do you use <header class="header" id="header"> 😅😅😅
+ 2
Can anyone tell why the nav goes behind the article. I want the nav element to be on top. help me...
+ 2
No i am really not. Can you suggest any explanation in web
+ 1
.footer{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: green;
}
<div class="footer">
<b > copyrights Reserved © </b>
</div>
Try this changes
+ 1
Rebel 👍
+ 1
Don't comment the position absolute of .section
+ 1
I saw you removed position: fixed of your header
Do you understand position fixed / position absolute / position relative?
+ 1
viknesh vikky
I hope this tutorial helps
https://code.sololearn.com/W3gS00IGw160/?ref=app