27 lines
346 B
CSS
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;
|
|
} |