R
R
Roman Skobtsov2015-02-24 11:07:45
css
Roman Skobtsov, 2015-02-24 11:07:45

How to implement displaying the page in full screen with three even blocks vertically?

Hello, there are three blocks, the top and bottom of which will be links, but you need the page to be full page, regardless of the screen resolution.
How to implement proportional resizing of blocks and images in the background?
97512cd81d24427eb938e4abfc0e0377.jpg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2015-02-24
@lebonnet

Draw images 2000px wide and style
them
{
width: 100%
max-width: 2000px;
min-width: 100px //or whatever the minimum is
background: url('img/2000pximg.jpg') no-repeat center top;
}

R
Rikcon, 2015-02-24
@Rikcon

If you want you can try flexbox
frontender.info/a-guide-to-flexbox

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question