#33649

Attaching the markup
<html>
<head>
<style>
body{
background-color: #cccccc;
}
button{
border: 1px solid blue;
border-radius: 20px;
background-color: #ffffff;
height: 30px;
}
</style>
</head>

<body>
<button> Button </button>
</body>
</html>

  • This reply was modified 4 years, 7 months ago by Rekha Tavvala. Reason: Not able to attach markup