You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
728 B
CSS

3 years ago
#groundline {
position: fixed;
bottom:0px;
height:75%;
width: 100%;
border-top: 0.15vw solid;
}
p.text_container {
bottom: 3%;
left:3%;
right:3%;
position:fixed;
/*border: 1px solid;*/
font-size: 1.5vw;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 1em;
margin-inline-end: 1em;
}
#player_img {
bottom: 22%;
left: 35%;
position: fixed;
z-index: 10;
}
#bench {
bottom: 30%;
left: 20%;
position: fixed;
z-index:1;
}
#tree1 {
top:8%;
right: 10%;
position: fixed;
}
#tree2 {
bottom:40%;
left: 5%;
position: fixed;
}
#flower1 {
bottom:40%;
left: 31%;
position: fixed;
}