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.

28 lines
371 B

.main {
display: inline-block;
width: 400px; height: 600px;
margin: 10px;
color: white;
text-align: center;
overflow: hidden;
}
.info {
width: 350px; height: 340px;
background-color: ivory;
margin: 0 auto;
color: black;
}
button {
height: 40px; width: 80px;
cursor: pointer;
}
#ryan {
background-color: #00eea7;
}
#hypatia {
background-color: #EE0047;
}