You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

31 lines
394 B

body {
font-family: Arial, sans-serif;
background-color: #f8f4f9;
color: #333;
margin: 0;
padding: 20px;
}
h1 {
color: #d4ea;
text-align: center;
}
img {
max-width: 100%;
height: auto;
}
a {
color: #d4ea;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#animal-list li {
list-style-type: none;
margin-bottom: 10px;
}