15 lines
171 B
CSS
15 lines
171 B
CSS
body{
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
|
|
h1 {
|
|
color: red;
|
|
}
|
|
|
|
h6{
|
|
color: red;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|