Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
.gefahr {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.wichtig {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
p.gefahr {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
span.wichtig {
|
||||
background-color: grey;
|
||||
}
|
||||
Reference in New Issue
Block a user