There are many CSS properties you can use to change how your website looks. Add rules to the styles.css
file to complete the steps below. Do not edit the index.html
file.
- Make the links in the messages red and bold, and remove the underline.
- Increase the font size of the message times to
0.9rem
. - Put a blue border on the left side of the last message to show it is unread.
- Make yesterday's message partially transparent to show it is old.
- Increase the space between each line in a message.
Hint: You can use Google to learn new CSS properties. Try searching for color, font-weight, text-decoration, font-size, border, opacity, and line-height.