Retire le pictogramme manette de l'en-tête du jeu
This commit is contained in:
@@ -39,21 +39,6 @@ main {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-badge {
|
|
||||||
display: inline-flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
width: 64px;
|
|
||||||
height: 64px;
|
|
||||||
border-radius: 50%;
|
|
||||||
background: linear-gradient(135deg, var(--teal-light), var(--white));
|
|
||||||
border: 2px solid var(--teal-mid);
|
|
||||||
font-size: 30px;
|
|
||||||
margin-bottom: 16px;
|
|
||||||
box-shadow: var(--shadow-sm);
|
|
||||||
animation: popIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.intro-section h1 {
|
.intro-section h1 {
|
||||||
font-family: 'Syne', sans-serif;
|
font-family: 'Syne', sans-serif;
|
||||||
font-size: clamp(28px, 5vw, 44px);
|
font-size: clamp(28px, 5vw, 44px);
|
||||||
|
|||||||
@@ -36,7 +36,6 @@
|
|||||||
<main class="game-container">
|
<main class="game-container">
|
||||||
<!-- INTRO SECTION -->
|
<!-- INTRO SECTION -->
|
||||||
<section class="intro-section">
|
<section class="intro-section">
|
||||||
<div class="intro-badge">🎮</div>
|
|
||||||
<h1>Memory Pictogrammes GHS</h1>
|
<h1>Memory Pictogrammes GHS</h1>
|
||||||
<p class="subtitle">Maîtrisez les 9 symboles de danger</p>
|
<p class="subtitle">Maîtrisez les 9 symboles de danger</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user