Create an HTML page with CSS styling that showcases the best coffee regions in the world.
Requirements:
- Header with a coffee photo background, height of 400px.
- Centered title:
The Best Coffee Regions. - Sections/blocks for each region with:
- Region name as a heading.
- Description paragraph.
- Link to learn more.
Regions included: Brazil, Colombia, India, Ethiopia, Costa Rica, Kenya.
-
Header:
<div class="header"> <h1>The Best Coffee Regions</h1> </div>
-
Main content:
- Each region is an
<li>inside a<ul>. <h2>for region name.<p>for description.<a>linking to Wikipedia page.
- Each region is an
-
Body:
whitesmokebackground,Ralewayfont. -
Header:
- Height:
400px - Background image:
coffee-bgnd.jpeg - Centered with
background-size: coverandbackground-position: center - Top padding for vertical alignment
- Height:
-
Title (
h1):- Font:
"Covered By Your Grace", cursive - Font size:
100px - Color: semi-transparent teal
- Centered text
- Font:
-
Responsive header with hero image.
-
Coffee regions blocks with clean structure:
- Region name, description, and external link.
-
Custom fonts via Google Fonts (
RalewayandCovered By Your Grace). -
Favicon support for the page.
- Open
index.htmlin a browser. - Ensure
CSS/style.cssis linked correctly. - Ensure image
coffee-bgnd.jpegis in theImagesfolder. - Click "Learn More" links to access Wikipedia pages for each region.
Completed – static HTML page with external CSS, readable layout, and proper headings for each coffee region.
MIT License
Created with ❤️ using HTML + CSS by Sam Malikin