aktualizace styles.cc

This commit is contained in:
Archos 2023-12-13 20:40:17 +01:00
parent 6cd069c646
commit 7dfeb9e51c
1 changed files with 6 additions and 0 deletions

View File

@ -31,3 +31,9 @@ a:hover {
text-decoration: underline;
}
img {
width: 100px; /* nebo jiná požadovaná velikost */
height: 100px;
border-radius: 50%; /* Toto vytvoří kruhový tvar */
}