Skip to content

Commit

Permalink
Second try to update
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinNguyen2909 committed May 9, 2019
2 parents b5ba126 + d307e2f commit 421c701
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
Binary file added img/platypus-logo-symbol-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</nav>
<header class="">
<div class="container">

<p>try to update</p>
</div>
</header>
<section class="environment">
Expand Down
40 changes: 40 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
* {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -35,4 +36,43 @@ 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;
}

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

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

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

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

0 comments on commit 421c701

Please sign in to comment.