/
home
/
rekodeb
/
buildin
/
Upload File
HOME
body { font-family: 'Montserrat', sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background-color: #615140; color: #000000; /* Texte en noir */ } .container { text-align: center; background-color: #CDCAB8; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); max-width: 600px; width: 100%; } h1 { color: #971413; font-size: 24px; margin-bottom: 20px; } .description { font-size: 16px; margin-bottom: 20px; color: #000000; } button { padding: 10px 20px; font-size: 16px; margin-top: 20px; cursor: pointer; background-color: #971413; color: #CDCAB8; border: none; border-radius: 4px; } button:hover { background-color: #750f0f; } .intro-image, .task-image { width: 100%; max-width: 300px; /* Taille moyenne */ height: auto; margin-bottom: 20px; border-radius: 8px; /* Ajout de coins arrondis */ } .task-input { margin-top: 20px; } .task-input label { font-size: 16px; margin-right: 10px; } .task-input input { width: 60px; padding: 5px; font-size: 16px; } #task-counter { font-size: 18px; margin-bottom: 20px; }