Skip to content

Commit

Permalink
done adding WHAT IS A PLATYPUS section
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhhoangvy committed May 12, 2019
1 parent 00746db commit ba6049e
Show file tree
Hide file tree
Showing 7 changed files with 317 additions and 3 deletions.
141 changes: 141 additions & 0 deletions img/beaver.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/duck.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions img/equal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions img/platypus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions img/plus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,16 @@ <h1 style="color:#F09048; font-family: Arial; text-decoration: underline;">RESCU
</div>
</section>
<section style ="background-color: #D86000">
<div class="container d-flex justify-content-center pt-5 pb-4">
<h1 style="color:#189090; font-family: Arial; text-decoration: underline;">WHAT IS A PLATYPUS?</h1>
<div class="container d-flex justify-content-center pt-5 pb-0">
<h1 style="color: #2562d4; font-family: Arial; text-decoration: underline;">WHAT IS A PLATYPUS?</h1>
</div>
<div class="container d-flex justify-content-center pt-5 pb-5">
<img class="m-3 equation-icon" src="img/duck.svg">
<img class="m-3 equation-icon" src="img/plus.svg">
<img class="m-3 equation-icon" src="img/beaver.svg">
<img class="m-3 equation-icon" src="img/equal.svg">
<img class="m-3 equation-icon" src="img/platypus.svg">

</div>
</section>
<section class=" " style="background-color: #189090 ">
Expand Down
21 changes: 20 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ a:hover {
background-color: #189090;
}

/* Rescued section style*/
/* Rescued section style and What is a platypus*/

.row {
display: flex;
Expand All @@ -373,6 +373,10 @@ a:hover {
flex: 100%;
max-width: 100%;
}
.equation-icon{
width: 75px;
height: 75px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
Expand All @@ -383,6 +387,10 @@ a:hover {
flex: 50%;
max-width: 100%;
}
.equation-icon{
width: 125px;
height: 125px;
}
}

@media (min-width: 992px) {
Expand All @@ -393,6 +401,17 @@ a:hover {
flex: 100%;
max-width: 33.33%;
}
.equation-icon{
width: 200px;
height: 200px;
}
}

@media (max-width: 576px) {
.equation-icon{
width: 75px;
height: 75px;
}
}

/* footer style */
Expand Down

0 comments on commit ba6049e

Please sign in to comment.