P
P
Pavel Volodin2018-07-02 17:52:00
css
Pavel Volodin, 2018-07-02 17:52:00

What style to darken the background of an image using css?

.contactme:hover {
opacity: 0.8;
}
I wrote this, but this style only works on hover, and for me it's permanent.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eugene, 2018-07-02
@iamd503

.contactme {
opacity: 0.8;
}

A
A person from Kazakhstan, 2018-07-02
@LenovoId

filter:brightness();

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question