diff --git a/about-us.html b/about-us.html index 4301b0f..23cbdb7 100644 --- a/about-us.html +++ b/about-us.html @@ -54,7 +54,7 @@

WHO ARE WE ?

-
+
Phil 's Avatar
PHIL
@@ -63,7 +63,7 @@
PHIL

Or do you guys think we should make-up our info about what we did in this "save the platypus campaign"

-
+
Anh ' Avatar
ANH
@@ -74,7 +74,7 @@
ANH
-
+
Loc's Avatar
LOC
@@ -83,7 +83,7 @@
LOC

Or do you guys think we should make-up our info about what we did in this "save the platypus campaign"

-
+
Vy's Avatar
Vy
diff --git a/index.html b/index.html index 7e775dd..4f5e536 100644 --- a/index.html +++ b/index.html @@ -5,53 +5,6 @@ - @@ -121,8 +74,8 @@

WHAT IS A
- < -
+ +
Platypus and Food

@@ -140,7 +93,7 @@

WHAT IS A

-
+
Platypus Environment

@@ -158,7 +111,7 @@

WHAT IS A

-
+
Some Tips

@@ -210,28 +163,28 @@

RESCU

-
+
Phil 's Avatar
PHIL

Product Owner

-
+
Loc's Avatar
LOC

Developer

-
+
Vy's Avatar
Vy

Developer

-
+
Anh ' Avatar
ANH
diff --git a/style.css b/style.css index 636b944..50cc0a4 100644 --- a/style.css +++ b/style.css @@ -46,6 +46,7 @@ header { min-height: 300px; display: flex; justify-content: space-around; + flex-wrap: wrap; text-align: center; position: relative; overflow: hidden; @@ -56,6 +57,7 @@ header { display: flex; justify-content: space-around; text-align: center; + flex-wrap: wrap; } footer { @@ -255,6 +257,7 @@ a:hover { flex-direction: column; justify-content: space-between; align-items: center; + background-color: rgba(0, 0, 0, .7); } .environment-text { @@ -263,7 +266,7 @@ a:hover { } .environment-card { - background-color: rgba(0, 0, 0, .7); + background-color: rgba(0, 0, 0, 0); border: none; z-index: 2; } @@ -328,8 +331,8 @@ a:hover { .avatar { border-radius: 50%; - width: 200px; - height: 200px; + width: 75%; + height: auto; border: 8px solid #D86000; } @@ -509,6 +512,10 @@ s } .aboutus-card { + min-width: 25%; +} + +.aboutus-page-card { min-width: 50%; }