a
This commit is contained in:
20
WS24_25/WebTech/ue5/a3/style.css
Normal file
20
WS24_25/WebTech/ue5/a3/style.css
Normal file
@@ -0,0 +1,20 @@
|
||||
body {
|
||||
font-family: Times, serif;
|
||||
}
|
||||
|
||||
article {
|
||||
padding: 5px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: orange !important;
|
||||
}
|
||||
|
||||
body > article.art {
|
||||
border: 5px solid black;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Arial,sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user