ProjetRIOT/style/parcoursup.css

8 lines
134 B
CSS
Raw Normal View History

2023-03-28 13:06:28 +02:00
body, html {
2023-03-29 16:50:48 +02:00
width: 100vw;
height: 100vh;
min-height: 100vh;
2023-03-28 13:06:28 +02:00
top: 0px;
left: 0px;
background-color: #EFEFEF;
}