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.

26 lines
316 B
CSS

body {
1 year ago
background-color: white;
1 year ago
color: blue;
}
h1 {
1 year ago
color: blue;
text-align: center;
}
p {
1 year ago
font-family: monospace;
font-size: 20px;
1 year ago
color: blue;
}
a {
color: yellow;
}
.images {
position: absolute;
padding-left: 5%;
1 year ago
width: 50%;
height: 50%;
}