Skip to content

Instantly share code, notes, and snippets.

@asimonok
Created October 6, 2023 07:00
Show Gist options
  • Save asimonok/5f3cf011feb33a93a4944457e1b320c9 to your computer and use it in GitHub Desktop.
Save asimonok/5f3cf011feb33a93a4944457e1b320c9 to your computer and use it in GitHub Desktop.
.tank {
position: relative;
width: 200px;
height: 300px;
border: 3px solid black;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-top-left-radius: 1px;
border-top-right-radius: 1px;
}
.liquid {
position: absolute;
bottom: 0;
width: 100%;
background-color: blue;
opacity: 0.2;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.sq {
position: absolute;
height: 150px;
width: 150px;
top : 200px;
left : 200px;
background: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment