45 lines
738 B
CSS
45 lines
738 B
CSS
body{
|
|
background: url("/public/images/argentum/map_assets/bander_piso.png");
|
|
}
|
|
|
|
.buda_container{
|
|
margin-top: 20vh;
|
|
}
|
|
|
|
.buda_container_container{
|
|
width:fit-content;
|
|
position: relative;
|
|
|
|
}
|
|
|
|
main{
|
|
width: 100%;
|
|
margin-left: 0px;
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.buda_bander{
|
|
position: relative;
|
|
}
|
|
|
|
.buda_base{
|
|
margin-top: 150px;
|
|
width: 250px;
|
|
height: 200px;
|
|
position: absolute;
|
|
background: url("/public/images/argentum/map_assets/buda_base.png");
|
|
left: -40px;
|
|
}
|
|
|
|
.macetas_fila{
|
|
height: 64px;
|
|
background: url("/public/images/argentum/map_assets/arbusto_maceta.png")
|
|
}
|
|
|
|
#abajo{
|
|
margin-top: 60px;
|
|
}
|
|
|
|
.volver > img{
|
|
background: url("/public/images/argentum/map_assets/buda_base.png");
|
|
} |