Skip to content

Commit a1ea435

Browse files
committed
Solve Intro to CSS exercise 4
Practice chaining CSS selectors
1 parent b7393fb commit a1ea435

File tree

1 file changed

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

1 file changed

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

0 commit comments

Comments
 (0)