odin-css-foundations/04-chaining-selectors/style.css

11 lines
143 B
CSS
Raw Permalink Normal View History

/* Add CSS Styling */
.avatar.proportioned {
width: 300px;
height: auto;
}
.avatar.distorted {
width: 200px;
height: 400px;
}