Skip to content

Instantly share code, notes, and snippets.

@wichaksono
Created January 15, 2018 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wichaksono/a452174188d9717c3ca3ef59c9009001 to your computer and use it in GitHub Desktop.
Save wichaksono/a452174188d9717c3ca3ef59c9009001 to your computer and use it in GitHub Desktop.
<header>
<h1 class="title-site">Belajar Bootstrap</h1>
<p class="description">Belajar Membuat Template Website Dengan Bootstrap</p>
</header>
<nav class="menus">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Portfolio</a></li>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment