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; +}