task challenge

pull/512/head
ces-khanh.hoang 4 years ago
parent 4d0c96bd8a
commit 4090496c85

@ -19,7 +19,10 @@
</div> </div>
</div> </div>
<div class="jar-top"></div> <div class="jar-top"></div>
<div class="jar-walls"></div> <div class="jar-walls">
</div>
<div class="jar-glossy-short"></div>
<div class="jar-glossy-long"></div>
<div class="dirt"></div> <div class="dirt"></div>
<div class="jar-bottom"></div> <div class="jar-bottom"></div>

@ -41,7 +41,7 @@ h1{
.jar-walls { .jar-walls {
height: 80%; height: 80%;
width: 60%; width: 60%;
background: #d1e1df; background: #e7f1ef;
border-radius: 1rem; border-radius: 1rem;
position: absolute; position: absolute;
bottom: 0.5%; bottom: 0.5%;
@ -49,10 +49,30 @@ h1{
opacity: 0.5; opacity: 0.5;
z-index: 1; z-index: 1;
} }
.jar-glossy-long{
margin-left: 22%;
margin-top: 25%;
height: 70px;
width: 10px;
border-radius: 1rem;
background: #459c9c;
position: absolute;
}
.jar-glossy-short{
margin-left: 22%;
margin-top: 20%;
height: 20px;
width: 10px;
border-radius: 1rem;
background: #4fb3b3;
position: absolute;
}
.jar-top { .jar-top {
width: 50%; width: 50%;
height: 5%; height: 5%;
background: #d1e1df; background: #e7f1ef;
position: absolute; position: absolute;
bottom: 80.5%; bottom: 80.5%;
left: 25%; left: 25%;
@ -62,7 +82,7 @@ h1{
.jar-bottom { .jar-bottom {
width: 50%; width: 50%;
height: 1%; height: 1%;
background: #d1e1df; background: #e7f1ef;
position: absolute; position: absolute;
bottom: 0%; bottom: 0%;
left: 25%; left: 25%;

Loading…
Cancel
Save