42ea70ca1e9985b16bed
·1 min read

Darken image with Tailwind CSS

tailwindcss
4d5fd787ac74e0caa4f7

Sohan R. Emon

Developer, Learner, Tech Enthusiast

Sometimes making the background image darken becomes difficult for the newbies.

Let us simplify that even with a CSS framework like Tailwind CSS.

Considering the following code:

Image description snapshot: Image description

Now let us make this darken by adding brightness filter. code: Image description snapshot: Image description

As simple as that. This is more than easy.

Found this useful?