Background Color Styling with CSS
📖 Scenario: You are creating a simple webpage for a local bakery. The bakery wants the page to have a warm, inviting background color that matches their brand.
🎯 Goal: Build a webpage with a <body> background color set to a soft pastel orange using CSS.
📋 What You'll Learn
Use an internal CSS style block inside the
<head> sectionSet the background color of the
<body> elementUse a valid CSS color value for the background
Ensure the HTML document has proper structure with
lang, charset, and viewport meta tags💡 Why This Matters
🌍 Real World
Setting background colors is a common task when designing websites to create mood and brand identity.
💼 Career
Web developers often need to style pages with CSS to meet client branding and design requirements.
Progress0 / 4 steps