odin-default-css-exercises/foundations/04-chaining-selectors/solution/solution.css

9 lines
112 B
CSS
Raw Normal View History

2021-08-29 23:22:54 +00:00
.avatar.proportioned {
height: auto;
width: 300px;
}
.avatar.distorted {
height: 400px;
width: 200px;
}