From b62d5d4e092730a93b3eee010e353ac2ddcd31fd Mon Sep 17 00:00:00 2001 From: Napo <137454549+napito27@users.noreply.github.com> Date: Sun, 13 Aug 2023 17:52:31 -0400 Subject: [PATCH 1/2] updated css code --- homework | 1 + practice02/style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 homework diff --git a/homework b/homework new file mode 160000 index 0000000..8e816df --- /dev/null +++ b/homework @@ -0,0 +1 @@ +Subproject commit 8e816df13a670e810cb3692f57ebbdbabdb6907c diff --git a/practice02/style.css b/practice02/style.css index 0a4769c..9cf7a6c 100644 --- a/practice02/style.css +++ b/practice02/style.css @@ -42,5 +42,5 @@ body { .medium { width: 305px; } -/* =========================== */ + From a0c335a1451ca49ac56de10928cecb0b1999cb71 Mon Sep 17 00:00:00 2001 From: Napo <137454549+napito27@users.noreply.github.com> Date: Wed, 16 Aug 2023 19:46:33 -0400 Subject: [PATCH 2/2] practice02/chenged css code --- practice02/style.css | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/practice02/style.css b/practice02/style.css index 9cf7a6c..3fa2720 100644 --- a/practice02/style.css +++ b/practice02/style.css @@ -1,6 +1,6 @@ body { box-sizing: border-box; - padding: 5px; + /* padding: 5px; */ } *, @@ -14,10 +14,9 @@ body { align-content: flex-start; display: flex; flex-wrap: wrap; - gap: 60px; - height: 97vh; - min-width: 1515px; - row-gap: 30px; + gap: 4.08%; + height: 97vh; + row-gap: 4.99%; } .container > div { @@ -28,19 +27,22 @@ body { } .container :nth-child(2) { - margin: 0 65px; + margin: 0 4.1%; } .small { - width: 175px; + /* width: 175px; */ + width: 11.8%; } .large { - width: 903px; + /* width: 903px; */ + width: 59.99%; } .medium { - width: 305px; + /* width: 305px; */ + width: 20%; }