Skip to content

Commit 738a313

Browse files
committed
Complete intro-to-css 04-chaining-selectors
1 parent 6369704 commit 738a313

File tree

1 file changed

+10
-1
lines changed
  • foundations/intro-to-css/04-chaining-selectors

1 file changed

+10
-1
lines changed
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
/* Add CSS Styling */
1+
/* Add CSS Styling */
2+
.avatar.proportioned {
3+
width: 300px;
4+
height: min-content;
5+
}
6+
7+
.avatar.distorted {
8+
width: 200px;
9+
height: 400px;
10+
}

0 commit comments

Comments
 (0)