A
A
Alexander2021-07-09 23:01:32
css
Alexander, 2021-07-09 23:01:32

How to create a similar background?

How to create a similar background, namely the edges of the layout itself, add just a picture to fill the screen, or use position absolute for every detail? I will be grateful for the answer
link

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
TheSnegok, 2021-07-10
@TheSnegok

With a wrapper, you create a div, this is the background of the main one which is behind and give it z-index: 1, and then inside another one inside and put z-index: 2 and it will be on top of 1 and use flex to center it, for example:

<div class-name="wrapper">
      <div class-name="app"></div>
</div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question