Skip to content

Instantly share code, notes, and snippets.

@fahmiegerton
Created March 20, 2019 11:14
Show Gist options
  • Save fahmiegerton/a7be5b45c35f4ef1540a6510e837644c to your computer and use it in GitHub Desktop.
Save fahmiegerton/a7be5b45c35f4ef1540a6510e837644c to your computer and use it in GitHub Desktop.
HTML Tutor
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Sassy Test</title>
<link href="vendor/css/theme.css" rel="stylesheet">
</head>
<body>
<div id="bg"></div>
<header>
<a href="#">ZoomZoom Boom!!!</a>
</header>
<main>
<section id="card">
<ul>
<li>
<span></span>
<strong>This is the first section</strong>
</li>
<li>
<span></span>
<strong>This is the first the third one</strong>
</li>
<li>
<span></span>
<strong>This is the last one, I promise!</strong>
</li>
</ul>
</section>
<section id="primary">
<h1>The Wedding Hub</h1>
<hr style="width: 24%; color: white;">
<p>Make your wedding yours</p>
<a href="#" id="linkstart">START NOW!!</a>
</section>
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment