Initial commit
This commit is contained in:
16
HTML/html-kurs/Basics/kindselektoren/kindselektoren.css
Normal file
16
HTML/html-kurs/Basics/kindselektoren/kindselektoren.css
Normal file
@@ -0,0 +1,16 @@
|
||||
p > span {
|
||||
color: red;
|
||||
}
|
||||
|
||||
p > b {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
span > b {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
html > body > p > span > i {
|
||||
color: green;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user