Skip to content

Commit

Permalink
change the background of about-us page and fix bug in header (index)
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinNguyen2909 committed May 12, 2019
1 parent 15c0c27 commit 611b8e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion about-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</form>
</div>
</nav>
<header class="">
<header class="header-aboutus">
<div class="container">
<div class="aboutus-header-style">
<h1 class="header-title">WHO ARE WE ?</h1>
Expand Down
Binary file added img/about-us-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,22 @@ nav {

header {
background-color: white;
min-height: 400px;
min-height: 600px;
background-image: url("img/platypus-hero2.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.header-aboutus {
background-image: url("img/about-us-bg.png");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.environment-section {
background-image: url("img/environment-background.jpg");
background-attachment: fixed;
Expand Down Expand Up @@ -146,8 +154,8 @@ nav ul {
align-items: center;
position: relative;
color: #F09048;
border: 2px solid rgba(48, 24, 24, .9);
background-color: rgba(48, 24, 24, .9);
border: 2px solid rgba(48, 24, 24, .8);
background-color: rgba(48, 24, 24, .8);
padding: 20px 0px;
margin: 100px auto 30px auto;
width: 60rem;
Expand Down

0 comments on commit 611b8e4

Please sign in to comment.