and
Answer:
Answer is provided in the explanation section
Explanation:
articles.css file:
img {
width: 300px;
}
h1 {
color: #FFFFFF;
font-family: arial, sans-serif;
font-size: 24px;
background-color: red;
padding: 5px 5px 5px;
}
#author-name-and-date {
color: lightgray;
font-family: arial, sans-serif;
font-size: 12px;
}
p , ol {
color: gray;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
}
a {
color: blue;
font-family: arial, sans-serif;
font-size: 12px;
}