Skip to content

Instantly share code, notes, and snippets.

@marko-knoebl
Last active May 4, 2016 12:40
Show Gist options
  • Save marko-knoebl/14accc943895ef92ba4bec49d55e9496 to your computer and use it in GitHub Desktop.
Save marko-knoebl/14accc943895ef92ba4bec49d55e9496 to your computer and use it in GitHub Desktop.
Boogle
<!DOCTYPE html>
<html>
<head>
<title>Boogle</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="top-bar">
<a href="http://gmail.com">Gmail</a>
<a href="http://google.com">Images</a>
<a href="http://google.com" id="sign-in">Sign In</a>
</div>
<div>
Google
</div>
<div>
<input type="text">
<button>Google Search</button><button>I'm feeling Lucky</button>
</div>
</body>
</html>
a {
text-decoration: none;
}
#top-bar {
text-align: right;
}
#sign-in {
background-color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment