<!DOCTYPE html>
<html>
<link href="Project 3 (1).css" rel="stylesheet">
<header>
<h1>Yum Yum</h1>
<p>Serving Happy Family's for over 5 years!</p>
</header>
<nav>
<a href="#home">Homepage</a>
<a href="#menu">Menu</a>
<a href="About.html">About</a>
<a href="Contact.html">Contact</a>
</nav>
<div class="main-content"></div>
<section id="Homepage">
<h2>Welcome to Yum Yum</h2>
<p>At Yum Yum Resturant, we serve our food fresh just for you!</p>
</section>
<section id="menu" class="menu-section">
<div class="menu-item">
<h3>Steak w/ Mashed Potatoes</h3>
<p>$15.99</p>
<p>The steak is buttered to perfection, while the mashed potatoes have a perfect amount of gravy!</p>
</div>
<div class="menu-item">
<h3>Mac n' Cheese with Xtra Creamy Cheese</h3>
<p>$5.99</p>
<p>The Mac n' Cheese is topped with our own creamy and succulent</p>
</div>
<div class="menu-item">
<h3>Briskit</h3>
<p>$13.99</p>
<p>Great fully smoked to prefection</p>
</div>
<div>
<section>
<h1>
Deserts
</h1>
</section>
</div>
<div class="menu-item">
<h3>Yum Yum Ice Cream</h3>
<p>$4.99</p>
<p>We have the most delicious ice cream in town. We have Vanilla, Chocolate, Stawberry, etc.</p>
</div>
<div class="menu-item">
<h3>Cake</h3>
<p>$5.99</p>
<p>We have the most delicious Cake in town. We got the Vanilla, Chocolate, Stawberry, Birthday, etc.</p>
</section>
</div>
<div>
<h1>
All About me and the making of my Resturant!
</h1>
</div>
<section id="about" class="about-section">
<p>I was a young lad without father, and I wanted to run my own Resturant. But my father said "No.". But I did anyways, and I found an
old abandoned building that was in need of huge restoration. Thus I seeked for help as I was in College at the time and was going
to a coding club for CyberCreationzTech. They gave me $140,000 dollars after I had won the most complex game on Roblox challenge. I
restored the building and made it Yum Yum Restaurant and we now server happy families fresh food for you!
</p>
</section>