dernière mise à jours baser sur ce qu'on a montrer au q1

This commit is contained in:
Pontoporeia
2023-03-30 11:25:06 +02:00
parent 4163ffa6cd
commit 8de8b93d14
5 changed files with 168 additions and 115 deletions

View File

@@ -49,8 +49,6 @@
text-decoration: none;
outline: none;
font-size: 2rem;
box-shadow: 2px 4px 8px 6px rgba(218, 109, 109, 0.2), 0 6px 20px 0 rgba(216, 24, 24, 0.19);
}
header a {
@@ -331,31 +329,4 @@
.memoire img {
max-width: 40%;
margin: 0.5rem;
}
#page_content h1,h2,h3,h4,h5{
font-family: police1;
}
#page_content {
font-family: sans-serif;
}
/* form h1,h2,h3,h4,h5{
font-family: sans-serif;
} */
details{
padding: 1rem;
margin: 0.5rem;
border-radius: 16px;
box-shadow: 2px 4px 8px 2px rgba(218, 109, 109, 0.2), 0 6px 20px 0 rgba(216, 24, 24, 0.19);
}
details input {
width: auto;
}
details summary::-webkit-details-marker {
display:none;
}
}