Files
jps/css/text.css

23 lines
302 B
CSS
Raw Normal View History

2020-02-17 09:02:42 -06:00
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;
}