Un peu de patience...

Cette page est en construction. Vous retrouverez prochainement votre leçon sur le traitement de texte. Merci pour votre patience. ❤️

⬅️ Retour aux thématiques 🏠 Retour à la page d'accueil
html, body { height: 100%; font-family: 'Inter', sans-serif; background: url('https://numerique-facile.neocities.org/Ressources/fond.jpg') no-repeat center center fixed; background-size: cover; position: relative; color: #f0f4fa; } .overlay { position: fixed; inset: 0; background: rgba(10,15,35,0.6); z-index: 0; pointer-events: none; } .container { position: relative; z-index: 1; max-width: 900px; margin: auto; padding: 60px 30px; text-align: center; animation: fadeIn 1s ease-in-out; } @keyframes fadeIn { from {opacity: 0; transform: translateY(20px);} to {opacity: 1; transform: translateY(0);} } h1 { font-size: 3rem; margin-bottom: 40px; font-weight: 700; } p { font-size: 1.3rem; max-width: 700px; margin: 0 auto; line-height: 1.6; color: #d7dae0; } .back-home { position: relative; z-index: 1; display: flex; justify-content: center; gap: 20px; margin: 60px 0; flex-wrap: wrap; } .back-home a { background-color: #ffffff; color: #1a1a1a; padding: 16px 28px; font-size: 1.2rem; font-weight: bold; border-radius: 12px; text-decoration: none; box-shadow: 0 8px 20px rgba(0,0,0,0.4); transition: 0.3s; backdrop-filter: blur(4px); } .back-home a:hover { background-color: #f0f0f0; }

Un peu de patience...

Cette page est en construction. Vous retrouverez prochainement votre leçon sur le traitement de texte ci-dessous. Merci pour votre patience. ❤️

⬅️ Retour aux thématiques 🏠 Retour à la page d'accueil