You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
body {
|
|
background-color: white;
|
|
color: black;
|
|
}
|
|
|
|
h1 {
|
|
color: black;
|
|
text-align: center;
|
|
}
|
|
|
|
p {
|
|
font-family: monospace;
|
|
font-size: 20px;
|
|
color: black;
|
|
}
|
|
|
|
a {
|
|
color: magenta;
|
|
}
|
|
|
|
.images {
|
|
position: absolute;
|
|
padding-left: 5%;
|
|
width: 50%;
|
|
height: 50%;
|
|
} |