wip: colors

This commit is contained in:
Michael Costa 2023-04-08 10:52:18 +11:00
parent 8a82fab4f5
commit d6a4098fc9
2 changed files with 7 additions and 8 deletions

View File

@ -42,7 +42,7 @@ body {
} }
.button { .button {
font-size: 4em; font-size: 2em;
transition-property: color; transition-property: color;
transition-duration: 1s; transition-duration: 1s;
} }
@ -113,7 +113,6 @@ a:hover {
#subheader { #subheader {
margin: 0; margin: 0;
font-size: 3.47em; font-size: 3.47em;
font-weight: thin;
} }
#place { #place {

View File

@ -4,15 +4,15 @@
<div id="center_wrapper"> <div id="center_wrapper">
<div id="header_wrapper"> <div id="header_wrapper">
<div id="header"> <div id="header">
<span class="header black bold">THSF</span> <span class="black bold">THSF</span>
<span class="header white thin">2023</span> <span class="white thin">2023</span>
</div> </div>
<div id="subheader"> <div id="subheader">
<span class="subheader white thin">Toulouse Hacker Space Factory</span> <span class="white thin">Toulouse Hacker Space Factory</span>
</div> </div>
<div> <div id="place">
<span class="place black thin">26 28 mai 2023 - </span> <span class="black thin">26 28 mai 2023 - </span>
<span class="place white bold">CINÉMA UTOPIA BORDEROUGE</span> <span class="white bold">CINÉMA UTOPIA BORDEROUGE</span>
</div> </div>
</div> </div>
<div id="logo_wrapper"> <div id="logo_wrapper">