Search
 
SCRIPT & CODE EXAMPLE
 

CSS

low opacity whit out toching child nods

#container {
    opacity: 0.3;
    background-color: #777788;
    position: absolute;
    top: 100px;
    left: 100px;
    height: 150px;
    width: 300px;
}
#box {
    opacity: 1;
    background-color: #ffffff;
    position: absolute;
    top: 110px;
    left: 110px;
    height: 130px;
    width: 270px;
}
<div id="container"></div>
<div id="box">
    <p>Something in here</p>
</div>
Comment

PREVIOUS NEXT
Code Example
Css :: IE support stackover flow css 
Css :: edge ontouchmove does not work correctly 
Css :: prevent the blue highlighting on mobile 
Css :: caching 
Css :: nuxt css other site 
Css :: linear gradient 
Css :: how to use a blank space with grid template areas css 
Css :: css animation-duration 
Css :: css background-clip 
Css :: css selector list 
Css :: css border image repeat property 
Css :: most essential css elements 
Typescript :: @ts ignore file 
Typescript :: cannot be loaded because running scripts is disabled on this system 
Typescript :: Require statement not part of import statement.eslint@typescript-eslint/no-var-requires 
Typescript :: allegro gdzie jest moja paczka 
Typescript :: ts change date format 
Typescript :: typescript remove object from array 
Typescript :: flutter network image show loading indicator 
Typescript :: get all documents in collection firestore flutter 
Typescript :: sonar ignore rule 
Typescript :: serenity grid remove button 
Typescript :: list commits in git 
Typescript :: ts class without implementation 
Typescript :: using chai in typescript 
Typescript :: cannot be used as a jsx component 
Typescript :: get slope from two points 
Typescript :: sklearn tsne 
Typescript :: add correct host key in known_hosts to get rid of this message 
Typescript :: link in react 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =