Skip to content

Instantly share code, notes, and snippets.

@phinton2
Last active February 14, 2024 23:15
Show Gist options
  • Save phinton2/39790360d551be54d191372a969f1a92 to your computer and use it in GitHub Desktop.
Save phinton2/39790360d551be54d191372a969f1a92 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
* {
margin:0;
padding:0;
box-sizing:border-box;
}
body {
height:100vh;}
<!-- content to be placed inside <body>…</body> -->
<header class="navbar">
<nav class="">
<div class="logo">
<h1>PH Code</h1>
</div>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment