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.

120 lines
1.5 KiB
CSS

3 years ago
#groundline {
position: fixed;
bottom:0px;
height:75%;
width: 100%;
border-top: 0.15vw solid;
}
3 years ago
3 years ago
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;
}
3 years ago
#newspaper_index{
position:fixed;
/* border: solid black 2px;*/
left:15%;
top:10%;
background-color: white;
z-index:30;
box-shadow: 10px 10px 15px black;
max-width: 30%;
font-size: 1vw;
}
.index_content{
margin: 5% 5% 5% 5% ;
}
/*images*/
3 years ago
#player_img {
bottom: 22%;
left: 35%;
position: fixed;
3 years ago
z-index: 20;
3 years ago
}
#bench {
bottom: 30%;
left: 20%;
position: fixed;
3 years ago
z-index:18;
3 years ago
}
#tree1 {
3 years ago
top:17%;
left: 12%;
3 years ago
position: fixed;
}
#tree2 {
bottom:40%;
left: 5%;
position: fixed;
3 years ago
z-index:16;
}
#tree3 {
bottom:45%;
left: 30%;
position: fixed;
z-index:2;
}
#tree4 {
top:8%;
left: 48%;
position: fixed;
z-index:3;
}
#gardener1 {
bottom:57%;
left: 50%;
position: fixed;
z-index:2;
3 years ago
}
#flower1 {
3 years ago
bottom:55%;
left: 25%;
position: fixed;
}
#newspaper {
bottom: 38%;
left: 25%;
3 years ago
position: fixed;
3 years ago
z-index:19;
}
3 years ago
3 years ago
#flower2{
bottom: 38%;
left: 7%;
position: fixed;
z-index:17;
}
#fountain {
top:22%;
left: 38%;
position: fixed;
z-index:0;
}
#sun {
top:8%;
left: 10%;
position: fixed;
z-index:-1;
3 years ago
}