Initial commit
This commit is contained in:
9
HTML/html-kurs/Basics/breiteUndHöhe/breiteUndHöhe.css
Normal file
9
HTML/html-kurs/Basics/breiteUndHöhe/breiteUndHöhe.css
Normal file
@@ -0,0 +1,9 @@
|
||||
p {
|
||||
background-color: grey;
|
||||
color: white;
|
||||
}
|
||||
|
||||
p ~ p {
|
||||
width: 400px;
|
||||
height: 300px;
|
||||
}
|
||||
Reference in New Issue
Block a user