přidány první soubory

This commit is contained in:
archos
2024-05-12 08:36:22 +02:00
parent 3ae474e2b1
commit fc0c449046
3 changed files with 39 additions and 0 deletions

16
styly.css Normal file
View File

@ -0,0 +1,16 @@
h1 {
text-align: center;
}
img {
width: 200px;
border-radius: 80px;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
width: 200px; /* nebo jiná šířka podle potřeby */
}
h2 {
text-align: center;
}