15 lines
156 B
CSS
15 lines
156 B
CSS
.gefahr {
|
|
color: red;
|
|
}
|
|
|
|
.wichtig {
|
|
font-weight: bold;
|
|
}
|
|
|
|
p.gefahr {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
span.wichtig {
|
|
background-color: grey;
|
|
} |