Skip to content

Commit

Permalink
update the nav
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinNguyen2909 committed May 9, 2019
1 parent 421c701 commit 68bdbc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 37 deletions.
File renamed without changes
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->

<nav class="navbar-nav navbar-light bg-light">
<nav class="navbar-nav navbar-light py-2 bg-black">
<div class="container">
<a href="#" class="navbar-brand">This is Logo</a>
<a href="#" class="navbar-brand"><img src="img/logo.png" alt="Startup-logo" height="40px">
</a>
</div>
</nav>
<header class="">
Expand Down
39 changes: 4 additions & 35 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<<<<<<< HEAD
/*page-structure*/

* {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -36,43 +37,11 @@ footer {
background-color: black;
min-height: 100px;
color: white;
=======
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}

nav {
background-color: ;
min-height: ;
color: white;
}
/*nav-style*/

header {
background-color: white;
min-height: 400px;
}

.environment {
background-color: black;
min-height: 300px;
color: white;
}

.employees {
background-color: white;
min-height: 300px;
}

footer {
.bg-black {
background-color: black;
min-height: 100px;
color: white;
>>>>>>> d307e2fcb05f6cc5eae07da5c721160f3b487e5a
}

0 comments on commit 68bdbc7

Please sign in to comment.