Initial commit
This commit is contained in:
18
HTML/html-kurs/Basics/typselectoren/typselektoren.css
Normal file
18
HTML/html-kurs/Basics/typselectoren/typselektoren.css
Normal file
@@ -0,0 +1,18 @@
|
||||
body {
|
||||
color: red;
|
||||
border: 2px solid red;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: blue;
|
||||
border: inherit;
|
||||
}
|
||||
|
||||
span {
|
||||
color: grey;
|
||||
}
|
||||
|
||||
b {
|
||||
color: yellow;
|
||||
border: inherit;
|
||||
}
|
||||
Reference in New Issue
Block a user