HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › border-radius with back-ground color not working properly › Reply To: border-radius with back-ground color not working properly
August 9, 2019 at 07:13
#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 5 years, 1 month ago by Rekha Tavvala. Reason: Not able to attach markup