A
A
Anton Fyodorov2018-07-02 16:23:22
Layout
Anton Fyodorov, 2018-07-02 16:23:22

How is it better to make up this picture (which goes beyond the container)?

What would it be like on the 2nd screen when the screen is reduced.
5b3a269002291530218948.png5b3a269ddd2d2909556270.png
That's how I did it, but the problem is in the adaptive. How to make that when the screen is reduced, the picture is also reduced.
https://codepen.io/Anton-forntend/pen/vrPOzZ

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Vedishchev, 2018-07-04
@Artem-V

@media (min-width: 768px) and (max-width: 1024px) {
    background-image: url("medium.jpg");
}

Can it be so...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question