Open frozzel opened 2 years ago
Work with a partner to resolve the following issues:
Each section should have a background color of #fffacd, and the font family "Lucida Sans Unicode", "Lucida Grande", sans-serif should be specified.
#fffacd
"Lucida Sans Unicode", "Lucida Grande", sans-serif
The fact-1 paragraph should be bold.
fact-1
The fact-2 paragraph should have a font size of 24px.
fact-2
The fact-3 paragraph should have a line height of 50px.
fact-3
The finished page should match the mockup.
When a user opens the page, no styling is visible.
The following image demonstrates the web application's appearance and functionality:
How can you use the global attributes id and class with CSS to style elements?
id
class
If you have completed this activity, work through the following challenge with your partner to further your knowledge:
Use Google or another search engine to research this.
Done waiting on class
🐛 CSS Styling Not Applied to HTML Elements
Work with a partner to resolve the following issues:
Expected Behavior
Each section should have a background color of
#fffacd
, and the font family"Lucida Sans Unicode", "Lucida Grande", sans-serif
should be specified.The
fact-1
paragraph should be bold.The
fact-2
paragraph should have a font size of 24px.The
fact-3
paragraph should have a line height of 50px.The finished page should match the mockup.
Actual Behavior
When a user opens the page, no styling is visible.
Assets
The following image demonstrates the web application's appearance and functionality:
💡 Hints
How can you use the global attributes
id
andclass
with CSS to style elements?🏆 Bonus
If you have completed this activity, work through the following challenge with your partner to further your knowledge:
Use Google or another search engine to research this.