Hi @Peter Volz,
I tested your code and it works fine.
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style>
.btn {
padding: 10px 20px;
-webkit-border-radius: 3px;
border-radius: 3px;
width: 180px;
margin: 5px auto;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div class="btn" style="background-color:#917AD1;color:#6E852E">Birthday</div>
<div class="btn" style="background-color:#7399E0;color:#8C661F">Blue category</div>
</form>
</body>
</html>
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.