Metzploreur/public/css/adminPage.css

35 lines
535 B
CSS
Raw Normal View History

2023-11-01 02:00:36 +00:00
body {
position: absolute;
}
#first_div {
margin: 10rem 3rem 12rem 3rem;
padding: 2rem 2rem 15rem 2rem;
background-color: white;
opacity: 80%;
border: 0.2rem solid rgba(230,173,26,255);
border-radius: 10px;
align-items: center;
position: relative;
z-index: 1;
}
#first_div h1 {
text-align: center;
}
#divPostComment {
margin-top: 1rem;
margin-bottom: 1rem;
}
#commentairePost {
width: 30rem;
height: 10rem;
2023-11-06 00:15:56 +00:00
}
.imagePhoto {
max-width: 300px;
max-height: 400px;
2023-11-01 02:00:36 +00:00
}