Countdown transparent par dessus la preview live + texte blanc avec ombre
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -310,14 +310,16 @@ html, body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: rgba(0, 0, 0, 0.6);
|
background: transparent;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compte-a-rebours span {
|
.compte-a-rebours span {
|
||||||
font-size: 12rem;
|
font-size: 14rem;
|
||||||
font-weight: 700;
|
font-weight: 800;
|
||||||
color: var(--primaire);
|
color: #ffffff;
|
||||||
|
text-shadow: 0 0 40px rgba(0,0,0,0.8), 0 0 80px var(--primaire);
|
||||||
animation: pop 0.5s ease;
|
animation: pop 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user