Thanks for using Syncfusion Products.
We have validated your reported query "Tabs Demo Styling" at our end. We suggest you use material and fabric theme to achieve your requirement. For the same we have prepared a sample for your reference which can be downloaded from the following link.
_Host.cshtml:
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WebApplication1</title>
<base rel='nofollow' href="~/" />
<link rel="stylesheet" rel='nofollow' href="css/bootstrap/bootstrap.min.css" />
<link rel='nofollow' href="css/site.css" rel="stylesheet" />
<link rel='nofollow' href="WebApplication1.styles.css" rel="stylesheet" />
<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/fabric.css" rel="stylesheet" />
</head> |
Kindly try the above sample and let us know if this meets your requirement.