H
H
hollanditkzn2018-02-05 13:24:02
css
hollanditkzn, 2018-02-05 13:24:02

How to make background color full width?

It turns out that the navigation came out like this
5a782f6822a4a399889022.png
But specify height 790px; is also not good, because if the screen is smaller, then it will turn out that the footer will go to the next block. And if you make it

position: fixed;
height: 100%

That will fill the footer. I don’t understand how to be here how to color this entire block from header to footer

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mirsait Avcharenko, 2018-02-15
@Mirsait

Try using vh size for your block:
height: 100vh;
https://habrahabr.ru/post/126863/
shpargalkablog.ru/2013/03/px-em-calc.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question