Skip to content

Instantly share code, notes, and snippets.

@spaghettiSyntax
Created December 6, 2017 08:09
Show Gist options
  • Save spaghettiSyntax/8cba5d42d22c7b5d6024518c35d20eda to your computer and use it in GitHub Desktop.
Save spaghettiSyntax/8cba5d42d22c7b5d6024518c35d20eda to your computer and use it in GitHub Desktop.
HTML/CSS: Bon Sucre Bistro
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Bon Sucre Bistro Home</title>
<link rel="stylesheet" href="css/site.css" />
<style>
#introText {
font: italic bold 1.1em Arial;
/*
font-style: italic;
text-align: right;
font-size: 1.1em;
*/
}
li {
display: inline;
}
</style>
</head>
<body>
<header>
<h1>Bon Sucre Bistro Home</h1>
</header>
<main>
<nav>
<ul>
<li><a href="aboutchefs.html">About Chefs</a></li>
<li><a href="sweets.html">Check Out Sweets</a></li>
<li><a href="about.html">About Culinary Arts</a></li>
</ul>
</nav>
<p id="introText" title="Zombie Ipsum">
Zombie ipsum reversus ab viral inferno, nam rick grimes malum cerebro.<br /> Decarne lumbering animata corpora quaeritis. Summus brains sit, morbo<br />
vel maleficia? De apocalypsi gorger omero undead survivor dictum<br />
mauris. Hi mindless mortuis soulless creaturas, imo evil stalking<br />
monstra adventus resi dentevil vultus comedat cerebella viventium.<br />
Qui animated corpse, cricket bat max brucks terribilem incessu zomby.<br />
The voodoo sacerdos flesh eater, suscitat mortuos comedere carnem<br />
virus. Zonbi tattered for solum oculi eorum defunctis go lum cerebro.<br />
Nescio brains an Undead zombies. Sicut malus putrid voodoo horror.<br />
Nigh tofth eliv ingdead.<br />
</p>
</main>
<footer>
&copy;2017 Bistro
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment