InsulineSodarameme/css/index.css
2023-01-05 20:52:06 +01:00

43 lines
634 B
CSS
Executable File

:root{
--meme-wsize: 50vw;
--meme-vsize: 26vw;
}
.page{
background:linear-gradient(rgb(189, 211, 255), rgb(55, 15, 141));
z-index:2;
}
.Liste{
width:100%;
height:100vh;
overflow: scroll;
}
.Product{
float:left;
margin : 5%;
width: 80%;
}
.Product p, .Product h3{
margin-top: -5px;
}
.memeContainer {
position: absolute;
width:25wh;
padding-bottom: 25%;
float: left;
margin : 5%;
height: 0;
}
.meme{
width: inherit;
height: inherit;
position: absolute;
left: 0;
}