Add rounded Corners with border-radius
border-radius
allows us to round border corners
Challenge: You can specify a border-radius
with pixels. Give your cat photo a border-radius
of 10px
.
Note: This challenge allows for multiple possible solutions. For example, you may add border-radius
to either the .thick-green-border
class or the .smaller-image
class.

Last updated