From fae3944a83825a8cfed66cd8faac4e7d56e82cee Mon Sep 17 00:00:00 2001 From: nmaali Date: Thu, 14 Aug 2025 00:39:47 -0700 Subject: [PATCH 1/9] first commit --- foundations/intro-to-css/01-css-methods/index.html | 8 ++++++++ .../intro-to-css/01-css-methods/solution/style.css | 11 +++++++++++ 2 files changed, 19 insertions(+) create mode 100644 foundations/intro-to-css/01-css-methods/solution/style.css diff --git a/foundations/intro-to-css/01-css-methods/index.html b/foundations/intro-to-css/01-css-methods/index.html index effe3cc3db01..f188c0bf4218 100644 --- a/foundations/intro-to-css/01-css-methods/index.html +++ b/foundations/intro-to-css/01-css-methods/index.html @@ -4,7 +4,15 @@ + Methods for Adding CSS +
Style me via the external method!
diff --git a/foundations/intro-to-css/01-css-methods/solution/style.css b/foundations/intro-to-css/01-css-methods/solution/style.css new file mode 100644 index 000000000000..3910d94fa594 --- /dev/null +++ b/foundations/intro-to-css/01-css-methods/solution/style.css @@ -0,0 +1,11 @@ +/* styles.css */ + +div { + background-color: red; + color: white; + font-size: 32px; + font-weight: bold; + text-align: center; + +} + From 74987cb234608cfe6b35ba5f050f8f640d5bf4f7 Mon Sep 17 00:00:00 2001 From: nmaali Date: Thu, 14 Aug 2025 00:43:31 -0700 Subject: [PATCH 2/9] inline style --- foundations/intro-to-css/01-css-methods/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/intro-to-css/01-css-methods/index.html b/foundations/intro-to-css/01-css-methods/index.html index f188c0bf4218..ec6adc0dc3d8 100644 --- a/foundations/intro-to-css/01-css-methods/index.html +++ b/foundations/intro-to-css/01-css-methods/index.html @@ -17,6 +17,6 @@
Style me via the external method!

I would like to be styled with the internal method, please.

- + \ No newline at end of file From 4965ae1bfc481f8b7e35c7f6057f003e5639e62a Mon Sep 17 00:00:00 2001 From: nmaali Date: Thu, 14 Aug 2025 00:53:07 -0700 Subject: [PATCH 4/9] button --- foundations/intro-to-css/01-css-methods/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/foundations/intro-to-css/01-css-methods/index.html b/foundations/intro-to-css/01-css-methods/index.html index 9a2c6177f398..47af5fc6c473 100644 --- a/foundations/intro-to-css/01-css-methods/index.html +++ b/foundations/intro-to-css/01-css-methods/index.html @@ -17,7 +17,7 @@
Style me via the external method!

I would like to be styled with the internal method, please.

- + \ No newline at end of file From c987e1b940d41c64d89dd9107f83fea89b6b8d4c Mon Sep 17 00:00:00 2001 From: nmaali Date: Thu, 14 Aug 2025 00:53:55 -0700 Subject: [PATCH 5/9] stylesheet moved --- foundations/intro-to-css/01-css-methods/{solution => }/style.css | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename foundations/intro-to-css/01-css-methods/{solution => }/style.css (100%) diff --git a/foundations/intro-to-css/01-css-methods/solution/style.css b/foundations/intro-to-css/01-css-methods/style.css similarity index 100% rename from foundations/intro-to-css/01-css-methods/solution/style.css rename to foundations/intro-to-css/01-css-methods/style.css From 1dd1ec7f3f382b597078c023a3c28b7ae959729a Mon Sep 17 00:00:00 2001 From: nmaali Date: Thu, 14 Aug 2025 00:58:12 -0700 Subject: [PATCH 6/9] inline css color change --- foundations/intro-to-css/01-css-methods/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/intro-to-css/01-css-methods/index.html b/foundations/intro-to-css/01-css-methods/index.html index 47af5fc6c473..fd14eb92a50b 100644 --- a/foundations/intro-to-css/01-css-methods/index.html +++ b/foundations/intro-to-css/01-css-methods/index.html @@ -17,7 +17,7 @@
Style me via the external method!

I would like to be styled with the internal method, please.

- \ No newline at end of file From d46c2abc0afa0633325225387bfcecd1de2a69c9 Mon Sep 17 00:00:00 2001 From: nmaali Date: Thu, 14 Aug 2025 00:59:44 -0700 Subject: [PATCH 7/9] button style code line moved --- foundations/intro-to-css/01-css-methods/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/foundations/intro-to-css/01-css-methods/index.html b/foundations/intro-to-css/01-css-methods/index.html index fd14eb92a50b..ac626658e23a 100644 --- a/foundations/intro-to-css/01-css-methods/index.html +++ b/foundations/intro-to-css/01-css-methods/index.html @@ -15,9 +15,9 @@ +
Style me via the external method!

I would like to be styled with the internal method, please.

- + \ No newline at end of file From 9852da3cbb6ed75d7fdf4545575f0fb00c7f15e7 Mon Sep 17 00:00:00 2001 From: nmaali Date: Thu, 14 Aug 2025 01:01:56 -0700 Subject: [PATCH 8/9] inline css --- foundations/intro-to-css/01-css-methods/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/foundations/intro-to-css/01-css-methods/index.html b/foundations/intro-to-css/01-css-methods/index.html index ac626658e23a..dbc318362650 100644 --- a/foundations/intro-to-css/01-css-methods/index.html +++ b/foundations/intro-to-css/01-css-methods/index.html @@ -15,9 +15,8 @@ -
Style me via the external method!

I would like to be styled with the internal method, please.

- + \ No newline at end of file From 21bff323989af90e0e9c66753b12b9bf27fa815a Mon Sep 17 00:00:00 2001 From: nmaali Date: Thu, 14 Aug 2025 01:03:01 -0700 Subject: [PATCH 9/9] inline css final --- foundations/intro-to-css/01-css-methods/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/intro-to-css/01-css-methods/index.html b/foundations/intro-to-css/01-css-methods/index.html index dbc318362650..ed60b0988b74 100644 --- a/foundations/intro-to-css/01-css-methods/index.html +++ b/foundations/intro-to-css/01-css-methods/index.html @@ -17,6 +17,6 @@
Style me via the external method!

I would like to be styled with the internal method, please.

- + \ No newline at end of file