CSS: Day 56

Chanak Karki
1 min readJun 21, 2021

The CSS transparency color value is great! I did not know such value existed and when I found out about it, I had no clue how to use it, but now I do, we can use it to make things transparent.

Using transparent color the background is visible

Here is the code for it,

//HTML
<div class="container">
<img src="https://source.unsplash.com/random" alt="credits to unsplash.com for random images" class="container__img">
<div…

--

--