Files
WebTechnologiak-vizsga/2019-20-2-1/Megoldás/style.css
2024-12-07 11:13:19 +01:00

27 lines
346 B
CSS

* {
font-family: "Linux Libertine", Georgia, "Times", serif;
}
h1 {
text-decoration: underline;
text-decoration-thickness: 1px;
font-size: 1.8cap;
}
h2 {
font-size: 1.5cap;
}
p {
word-wrap: break-word;
text-align: justify;
}
img {
float: right;
}
#feladvany {
letter-spacing: 1px;
font-weight: bold;
}