2.2: Borders
Now create the following shapes
Alright, moving onward!
Having a square and only 4 corners to work with is a little limiting for me. For you too?Good news, we can specify different horizontal and vertical radii by splitting the values with a '/'.
Make the following changes to class .picasso
What shape did it make?
What happens when you . . .
change px to %? em? vh? vw?
add a border? to only the top? bottom? left? right?
add this line of code: border-radius: 10% 0 10% 50%/5% 10% 10% 50%?
change values to numbers exceeding 100?
Last updated