Skip to content

Commit

Permalink
Added Google logo, searchbar and navbar. Yet to format
Browse files Browse the repository at this point in the history
  • Loading branch information
mlzt2000 committed Apr 29, 2021
1 parent 4194980 commit 16cd23f
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<DOCTYPE! html>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<style>
.Logo {
display: flex;
justify-content: center;
align-content: center;
padding: 2em 0 0 0;
}
.Searchbar {
display: flex;
justify-content: center;
align-content: center;
padding: 2em 0 0 0;
}
</style>
<html>
<head>

</head>
<body>
<div class="Navbar">
<div class="Left_Navbar">
<a href="https://web.archive.org/web/20191130234759/https://about.google/?fg=1&utm_source=google-US&utm_medium=referral&utm_campaign=hp-header">About</a>
<a href="">Store</a>
</div>
<div class="Right_Navbar">
<a href="https://www.gmail.com">Gmail</a>
<a href="">Images</a>
<span class="material-icons-outlined">apps</span>
</div>
</div>
<div class="Logo">
<img id="logo" src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png">
</div>
<div class="Searchbar">
<form>
<label for="searchbar"></label>
<input type="text" id="searchbar" name="searchbar">
</form>
</div>
</body>
</html>
</DOCTYPE>

0 comments on commit 16cd23f

Please sign in to comment.