18 - Give an HTML element rounded edges using the border radius property

Опубликовано: 27 Сентябрь 2024
на канале: Become a Web Developer
68
2

Let's say we want to give a "div" tag rounded corners instead of having it just be square. How do we do that? Well, we can use the "border-radius" property in CSS3. For example you could supply a value such as 10px or 20px to give it a rounding effect. #html #css #webdesign #tutorial