cs50/home.css

31 lines
279 B
CSS

.centered {
text-align: center;
}
.larger {
font-size: large;
}
.medium {
font-size: medium;
}
.small {
font-size: small;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#harvard {
color: red;
}
#yale {
color: blue;
}