CSS3 Rounded Corners – Quick Tip

Web Designers have often been a bit jealous of Graphic Designers. They have been able to create cool visual tricks easily. Now, with the adoption of CSS3 standards, the tables may have turned. Check out how to give any element rounded corners.

How to Make CSS3 Rounded Corners

You may add the following code to any element (a divspan, or even img) to give it rounded corners. The following adds an equal amount of roundess to all four corners:

<img src="caturday.jpg" style="border-radius: 25px;">

That video is part of a series on Learning HTML5. Watch the whole thing on YouTube.


This site uses Akismet to reduce spam. Learn how your comment data is processed.

Copyright © 2021 VmC Ink.