InsulineSodarameme/css/index.css

43 lines
634 B
CSS
Raw Normal View History

2023-01-04 18:10:14 +01:00
2023-01-05 20:52:06 +01:00
:root{
--meme-wsize: 50vw;
--meme-vsize: 26vw;
2023-01-04 18:10:14 +01:00
}
2023-01-05 20:52:06 +01:00
.page{
background:linear-gradient(rgb(189, 211, 255), rgb(55, 15, 141));
z-index:2;
2023-01-04 18:10:14 +01:00
}
2023-01-05 20:52:06 +01:00
.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;
}