web_zkreml/styly.css

16 lines
235 B
CSS
Raw Normal View History

2024-05-12 06:36:22 +00:00
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;
}