fcc-challenges/random-quote-machine/src/TextAuthor.css

24 lines
237 B
CSS

.red {
color: #00ff80;
}
.blue {
color: #0000ff;
}
.yellow {
color: #ffff00;
}
.text {
margin-left: 10%;
margin-right: 10%;
font-weight: bold;
}
.author {
margin-left: 10%;
margin-right: 10%;
font-style: oblique;
}