IHYPRESS.NET
CSS
HOME | ASP | C | CSS | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
Earn Free Bitcoin
CSS ❯ Round Borders
<01>
<!DOCTYPE html> <html><head> <meta charset="UTF-8"> <title>Border-Radius Property</title> </head> <body> <div style="padding:10px; width:360px; height: 300px; border:2px solid #cc0000; border-radius:30px 50px 100px 150px;"> This is a division using the border-radius property.<br><img src="images/smile.gif" alt="smile"> </div> </body> </html>
Border-Radius Property
This is a division using the border-radius property.
smile
COPYRIGHT © 2015-2024 IHYPRESS.NET. A DIVISION OF IHY PRESS. ALL RIGHTS RESERVED.