From 7aafca8bf636cfc22bd8b56f55d8f1a4ffc74718 Mon Sep 17 00:00:00 2001 From: Loc Date: Sun, 12 May 2019 19:06:14 +0700 Subject: [PATCH 1/2] responsive for the cards and about-us in 'index.html' --- about-us.html | 8 ++++---- index.html | 16 ++++++++-------- style.css | 13 ++++++++++--- 3 files changed, 22 insertions(+), 15 deletions(-) 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 1a9effd..40bd99e 100644 --- a/index.html +++ b/index.html @@ -63,8 +63,8 @@

"Because the platypus both lays eggs and produces mi
- < -
+ +
Platypus and Food

@@ -82,7 +82,7 @@

"Because the platypus both lays eggs and produces mi

-
+
Platypus Environment

@@ -100,7 +100,7 @@

"Because the platypus both lays eggs and produces mi

-
+
Some Tips

@@ -122,28 +122,28 @@

"Because the platypus both lays eggs and produces mi

-
+
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 e3c59d3..15f2240 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; } @@ -420,6 +423,10 @@ s } .aboutus-card { + min-width: 25%; +} + +.aboutus-page-card { min-width: 50%; } From 328497e802440466bfc300a1da5d8c4523bfcb8b Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 12 May 2019 22:48:45 -0700 Subject: [PATCH 2/2] remove useless codes --- index.html | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) diff --git a/index.html b/index.html index 7e775dd..13f3913 100644 --- a/index.html +++ b/index.html @@ -5,53 +5,6 @@ -