Horje
affect top div opacity without affecting childrne Code Example
affect top div opacity without affecting childrne
#container {
    border: solid gold 1px;   
    width: 400px;
    height: 200px;
    background:rgba(56,255,255,0.1);
}

#box {
    border: solid silver 1px;
    margin: 10px;
    width: 300px;
    height: 100px;
    background:rgba(205,206,255,0.1);
  	transition: 2s background;
}

// if you then want to apply an animation, do it on background-color instead of opacity




Css

Related
use .map to count length of each element in an array Code Example use .map to count length of each element in an array Code Example
horizontal scroll css images Code Example horizontal scroll css images Code Example
less sass css Code Example less sass css Code Example
css block Code Example css block Code Example
tailwindcss link tag Code Example tailwindcss link tag Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10