Initial commit
This commit is contained in:
18
HTML/html-kurs/Basics/externalCSS/externalCSS.css
Normal file
18
HTML/html-kurs/Basics/externalCSS/externalCSS.css
Normal file
@@ -0,0 +1,18 @@
|
||||
html {
|
||||
background-color: blue;
|
||||
color: white;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 70px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
p {
|
||||
color: purple;
|
||||
}
|
||||
|
||||
span {
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
Reference in New Issue
Block a user