HTML and CSS Reference
In-Depth Information
While you're drinking that iced chai, try your hand at adding a border-radius to the guarantee paragraph.
We've got some examples below of the guarantee paragraph with a variety of border-radius values set.
Write the CSS to create the border you see in the example. For each example, we've provided the size
of the border-radius used to create the rounded corners in that example.
Wri te your CSS here.
30px
border-top-left-radius: 30px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 30px;
4 0px
border-top-left-radius: 40px;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
40px
border-top-left-radius: 0px;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
2e m
border-top-left-radius: 0em;
border-top-right-radius: 2em;
border-bottom-right-radius: 0em;
border-bottom-left-radius: 2em;
 
Search WWH ::




Custom Search