Mise à jour du nouveau design :D #16
3 changed files with 6 additions and 10 deletions
|
|
@ -24,7 +24,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: "Verdana", "Helvetica", "Arial", sans-serif;
|
font-family: "Verdana", "Helvetica", "Arial", sans-serif;
|
||||||
color: var(--text-color-primary);
|
color: var(--text-color-primary);
|
||||||
|
|
@ -40,10 +39,6 @@ a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
main h1, main h2, main h3 {
|
main h1, main h2, main h3 {
|
||||||
font-family: MonTrappist;
|
font-family: MonTrappist;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ main {
|
||||||
box-shadow: 5px 5px 5px #00000085;
|
box-shadow: 5px 5px 5px #00000085;
|
||||||
margin: 50px auto;
|
margin: 50px auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
background: var(--primary-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
@page {
|
@page {
|
||||||
|
|
|
||||||
10
poster.html
10
poster.html
|
|
@ -21,11 +21,11 @@
|
||||||
|
|
||||||
<aside>
|
<aside>
|
||||||
<a href="javascript:if(window.print)window.print()" class="print">🖨️ imprimer</a>
|
<a href="javascript:if(window.print)window.print()" class="print">🖨️ imprimer</a>
|
||||||
<section>
|
<section>
|
||||||
<p>
|
<p>
|
||||||
Vous pouvez arranger vous mêmes votre affiche en bougeant les informations et les autocollants !
|
Vous pouvez arranger vous mêmes votre affiche en bougeant les informations et les autocollants !
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue