onvezeto/onvezetoauto.css
2022-09-28 11:19:37 +02:00

42 lines
472 B
CSS

.container {
max-width: 1000px;
margin: auto;
}
h1 {
text-align: center;
font-size: 30pt;
color: purple;
}
h2 {
color: purple;
font-size: 20pt;
font-weight: bold;
}
body {
font-family: Garamond;
font-size: 12pt;
background-color: lightblue;
}
img {
border: 7px solid purple;
border-radius: 5px;
}
.auto {
width: 50%;
}
p {
text-align: justify;
}
#cim {
text-align: center;
}
.zala {
width: 100%;
}