Web Development (Help)

Status
This thread has been locked.

To only

Banned
Feedback score
-1
Posts
10
Reactions
1
Resources
0
Hi.

I'm looking for someone who know how to make a image front of another image using CSS. I tried but it is not working. It stay behind! I need it front.

Discuss more, please message me!

Thanks!
 

aggelosQQ

Website Front-End Developer
Premium
Feedback score
5
Posts
22
Reactions
20
Resources
0
Add on the:
Behind image that you want on front: z-index: 1;
Front image you want behind: z-index: -1;
 

To only

Banned
Feedback score
-1
Posts
10
Reactions
1
Resources
0
Add on the:
Behind image that you want on front: z-index: 1;
Front image you want behind: z-index: -1;
Do you know how to make an image shows as transparent?
 
Banned forever. Reason: Ban Evading (RP Designers, https://builtbybit.com/members/rp-designers.47744/)

aggelosQQ

Website Front-End Developer
Premium
Feedback score
5
Posts
22
Reactions
20
Resources
0
Do you know how to make an image shows as transparent?
If you want it half transparent, go to the specific image on CSS and add "opacity: 0.5;".
If you want it fully transparent, then add "opacity: 0;".
 
Status
This thread has been locked.
Top