Yashshukla (Talk | contribs) |
Yashshukla (Talk | contribs) |
||
Line 3: | Line 3: | ||
<html> | <html> | ||
<style> | <style> | ||
− | img { | + | img { |
− | + | border-radius: 8px; | |
− | + | } | |
</style> | </style> | ||
− | < | + | <body> |
+ | <h2>Rounded Images</h2> | ||
+ | <p>Use the border-radius property to create rounded images:</p> | ||
+ | <img src="paris.jpg" alt="Paris" width="300" height="300"> | ||
+ | |||
+ | </body> | ||
</html> | </html> |
Revision as of 02:28, 31 October 2017
Rounded Images
Use the border-radius property to create rounded images: