M
M
Maxim2015-10-09 18:41:51
css
Maxim, 2015-10-09 18:41:51

How to make background 1920px and content 1000px?

Hello.
Can you please tell me how to make the main content 1000px and the background 1920px or more?
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
dm, 2015-10-09
@nzhra

body {
  background: url("image.jpg") no-repeat 50% 0;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
}

You will get a block in the center with a width of 1000 pixels, regardless of the width of the window, at least 1920, at least 1280.

I
Ivanq, 2015-10-09
@Ivanq

Set the element width: 1920px;and padding:paddding: 0px 460px;

D
Dmitry, 2015-10-09
@soledar10

something like this
jsfiddle.net/soledar10/zobc6rbc

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question