S
S
Sayyflyy2015-10-14 13:17:58
css
Sayyflyy, 2015-10-14 13:17:58

Why does the background overlap another background?

2cffbb2ad2f844778271d737d28e8316.png
How to make circles on top of the background

Answer the question

In order to leave comments, you need to log in

1 answer(s)
#
#rybak, 2015-10-22
@Ravell

Set the element you want to raise to the top like this
.class {
position: relative;
z-index: 10;
}
The higher the z-index value, the higher the element rises.
It's simple, read about the z-index property .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question