Initial commit
This commit is contained in:
16
HTML/html-kurs/Basics/kombinatoren/kombinatoren.css
Normal file
16
HTML/html-kurs/Basics/kombinatoren/kombinatoren.css
Normal file
@@ -0,0 +1,16 @@
|
||||
b ~ span > b {
|
||||
color: red;
|
||||
}
|
||||
|
||||
p span.warnung {
|
||||
background-color: pink;
|
||||
}
|
||||
|
||||
.warnung ~ b {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
html head ~ body > p > b ~ #wichtig {
|
||||
font-size: 100px;
|
||||
color: green;
|
||||
}
|
||||
Reference in New Issue
Block a user