Web design/ CSS

Hey guys can anyone tell me how to code this please.

create a style rule for the corner class that specifies a border radius of 12px .

.corner {
border-radius: 12px;
}

Hi @lisaa !

The answer has already been provided for you but I would suggest you review the basic CSS FCC course.

Specifically this lesson

Hope that helps!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.