From 23b4ad2f6831d5cbe73058d5c5ff631d32e501b3 Mon Sep 17 00:00:00 2001 From: cheeks <134818917+leftovertoast@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:58:20 -0400 Subject: [PATCH] Added COMPLETE.md, edited styles.css according to README.md --- foundations/04-chaining-selectors/COMPLETE.md | 1 + foundations/04-chaining-selectors/style.css | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 foundations/04-chaining-selectors/COMPLETE.md diff --git a/foundations/04-chaining-selectors/COMPLETE.md b/foundations/04-chaining-selectors/COMPLETE.md new file mode 100644 index 0000000..dba4010 --- /dev/null +++ b/foundations/04-chaining-selectors/COMPLETE.md @@ -0,0 +1 @@ +# Complete diff --git a/foundations/04-chaining-selectors/style.css b/foundations/04-chaining-selectors/style.css index d55c2c5..5fa6b80 100644 --- a/foundations/04-chaining-selectors/style.css +++ b/foundations/04-chaining-selectors/style.css @@ -1 +1,9 @@ -/* Add CSS Styling */ \ No newline at end of file +/* Add CSS Styling */ +.avatar.proportioned { + width: 300px; + height: auto; +} +.avatar.distorted { + width: 200px; + height: 400px; +}