aktualizace styles.css

This commit is contained in:
Archos 2023-12-16 19:42:47 +01:00
parent 094f310b01
commit 5ec7495a44
1 changed files with 27 additions and 0 deletions

View File

@ -1,6 +1,33 @@
body {
font-family: Arial, sans-serif;
}
/* Předpokládá se, že tento kód bude umístěn v rámci vašeho CSS souboru */
.feature-links {
display: flex;
justify-content: center;
gap: 20px; /* Mezera mezi obdélníky */
padding: 20px;
}
.feature-link {
text-decoration: none;
color: black; /* Barva textu */
background-color: #f4f4f4; /* Barva pozadí obdélníků */
border: 1px solid #ddd; /* Rámeček obdélníků */
border-radius: 10px; /* Zaoblené rohy */
width: 120px; /* Šířka obdélníku */
height: 80px; /* Výška obdélníku */
display: flex;
align-items: center;
justify-content: center;
}
.feature-content h3 {
text-align: center;
margin: 0;
}
header {
background-color: #f4f4f4;