Files
jps/css/text.css
2020-02-17 15:39:48 -06:00

23 lines
302 B
CSS

h3 {
color: #4682B4;
}
p {
color: gray;
text-align: left;
font-family: sans-serif;
font-size: 16px;
}
a {
text-decoration: none;
color: royalblue;
}
a:hover {
color: cornflowerblue;
}
jaylun {
color: darkslateblue;
font-size: 22px;
text-align: right;
background-color: beige;
}