web_zkreml/styly.css
2024-05-12 08:36:22 +02:00

16 lines
235 B
CSS

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;
}