python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
let the background-image opaque at the top red bar and transparent at the rest part down below
I want to let the background-image have an opacity: 1 (opaque) at the top red bar and opacity: 0.9 (transparent) at the rest part down below.
for now it is:
body {
font-family: sans-serif;
ba...

Firestar-Reimu
Votes: 0
Answers: 1
How to make opacity only for background?
I have a form and I need to add the background with opacity to that. Unfortunately opacity takes the form as well. How to remove opacity from the form and have it only for background?
.container {...

Vova
Votes: 0
Answers: 6
changing opacity of certain items
I have created a column/box in html and there are certain images in it. I want to reduce the opacity of the column and images to be displayed at full opacity. But when I reduce the opacity of the box,...
The Jordan Unleashed
Votes: 0
Answers: 2
I am trying to reduce the opacity of certain objects but it is not working for me
I have a question that I have taken a column/box in HTML which includes certain images and text and when I try to reduce the opacity of that column it reduces the opacity of the images as well that ar...
The Jordan Unleashed
Votes: 0
Answers: 1