craiyon logo

A minimalist book cover on a dark surface, featuring the title 'Le Bruit de la Neige' and a handprint design with snowflakes.

A minimalist book cover on a dark surface, featuring the title 'Le Bruit de la Neige' and a handprint design with snowflakes.

<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Couverture - Le Bruit de la Neige</title> <style> /* Style global et centrage */ body { margin: 0; padding: 0; background-color: #111; display: flex; justify-content: center; align-items: center; min-height: 100vh; font-family: 'Helvetica Neue', Arial, sans-serif; } /* La Couverture (Format Livre) */ .book-cover { width: 400px; height: 600px; background-color: #f8f8f8; /* Blanc chirurgical mat */ box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8); display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding: 50px 30px; box-sizing: border-box; position: relative; overflow: hidden; } /* Nom d'auteur */ .author-name { font-size: 20px; font-weight: 700; letter-spacing: 7px; color: #1a1a1a; text-transform: uppercase; margin-top: 10px; } /* Titre du livre */ .book-title { font-size: 26px; font-weight: 900; letter-spacing: 4px; color: #0d0d0d; text-transform: uppercase; text-align: center; line-height: 1.3; margin-bottom: 10px; border-bottom: 3px solid #1a1a1a; padding-bottom: 10px; } /* Zone centrale des symboles */ .symbols-container { position: relative; width: 200px; height: 200px; display: flex; justify-content: center; align-items: center; } /* Empreinte de main de Clara */ .handprint { position: absolute; width: 140px; height: 160px; opacity: 0.85; filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.2)); } /* Ver más