Monday, 15 July 2013

Rounded corner's for text box

<html>
<head>
<style>
div
{
border:2px solid block;
padding:10px 40px;
background:#dddddd;
width:200px;
border-radius:25px;
}
</style>
</head>
<body>

<div>test text</div>

</body>
</html>

No comments:

Post a Comment