2023-06-21 18:08:31 +00:00
|
|
|
body{
|
|
|
|
background-color: rgb(255, 255, 255);
|
2023-06-21 18:19:20 +00:00
|
|
|
font-size: 100%;
|
2023-06-21 18:08:31 +00:00
|
|
|
}
|
|
|
|
|
2023-06-21 18:30:38 +00:00
|
|
|
h1{
|
2023-06-21 18:19:57 +00:00
|
|
|
font-size: 10em;
|
2023-06-21 18:08:31 +00:00
|
|
|
color: rgb(0, 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#Infos{
|
|
|
|
color: black;
|
|
|
|
box-shadow: 3px 3px gray ;
|
|
|
|
background-color: lightgreen;
|
|
|
|
border-style: solid;
|
|
|
|
border-radius: 40px;
|
|
|
|
padding: 5px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-color:white;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
|
|
|
|
}
|
2023-06-21 18:16:19 +00:00
|
|
|
#text_header{
|
|
|
|
color: black;
|
|
|
|
font-size: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#text{
|
2023-06-21 18:08:31 +00:00
|
|
|
text-align: center;
|
|
|
|
color: black;
|
|
|
|
background-color: gray;
|
|
|
|
border: 2px;
|
|
|
|
border-style: dashed;
|
|
|
|
border-color: white;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|