@dquindara8Submitted about 2 years ago
Hello all. How do you specifically center an image on the webpage or html body? Thanks.
Hello all. How do you specifically center an image on the webpage or html body? Thanks.
Made updates from previous comments. Any feedback would be helpful! Thanks!
Hello Betty,
You make curved corners by using the border-radius: property in CSS. First, you must create a BORDER by specifying the width, style and color such as: border: 1px solid red;
You need not use all 3 values but you must specify the style. Then you add border radius like so: border-radius: 2px; border-radius: 25px;