pull/1141/merge
Shashwat Singh 2 years ago committed by GitHub
commit 681c7c715d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,49 +37,55 @@ h1 {
z-index: 2; z-index: 2;
} }
/*https://codepen.io/Rotarepmi/pen/rjpNZY*/
.jar-walls { .jar-walls {
height: 80%; height: 80%;
width: 60%; width: 60%;
max-width: 420px;
background: #d1e1df; background: #d1e1df;
border-radius: 1rem; border-radius: 1rem;
position: absolute; position: absolute;
bottom: 0.5%; bottom: 0.5%;
left: 20%; left: 50%;
transform: translateX(-50%);
opacity: 0.5; opacity: 0.5;
z-index: 1; z-index: 1;
} }
.jar-top { .jar-top {
width: 50%; width: 50%;
max-width: 350px;
height: 5%; height: 5%;
background: #d1e1df; background: #d1e1df;
position: absolute; position: absolute;
bottom: 80.5%; bottom: 80.5%;
left: 25%; left: 50%;
transform: translateX(-50%);
opacity: 0.7; opacity: 0.7;
z-index: 1; z-index: 1;
} }
.jar-bottom { .jar-bottom {
width: 50%; width: 50%;
max-width: 350px;
height: 1%; height: 1%;
background: #d1e1df; background: #d1e1df;
position: absolute; position: absolute;
bottom: 0%; bottom: 0%;
left: 25%; left: 50%;
transform: translateX(-50%);
opacity: 0.7; opacity: 0.7;
} }
.dirt { .dirt {
width: 60%; width: 60%;
max-width: 420px;
height: 5%; height: 5%;
background: #3a241d; background: #3a241d;
position: absolute; position: absolute;
border-radius: 0 0 1rem 1rem; border-radius: 0 0 1rem 1rem;
bottom: 1%; bottom: 1%;
left: 20%; left: 50%;
transform: translateX(-50%);
opacity: 0.7; opacity: 0.7;
z-index: -1; z-index: -1;
} }
@ -91,7 +97,8 @@ h1 {
background: #ddfbff; background: #ddfbff;
position: absolute; position: absolute;
bottom: 20%; bottom: 20%;
left: 5%; left: 50%;
transform: translateX(-50%);
} }
.jar-glossy-short { .jar-glossy-short {
@ -101,5 +108,6 @@ h1 {
background: #ddfbff; background: #ddfbff;
position: absolute; position: absolute;
bottom: 45%; bottom: 45%;
left: 5%; left: 50%;
transform: translateX(-50%);
} }

Loading…
Cancel
Save