1 changed files with
4 additions and
4 deletions
|
|
@ -1,21 +1,21 @@
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
background-color: white;
|
|
|
|
background-color: white;
|
|
|
|
color: blue;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
h1 {
|
|
|
|
color: blue;
|
|
|
|
color: black;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
p {
|
|
|
|
font-family: monospace;
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 20px;
|
|
|
|
color: blue;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
a {
|
|
|
|
color: yellow;
|
|
|
|
color: magenta;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.images {
|
|
|
|
.images {
|
|
|
|