border radius

This commit is contained in:
Osman Faruk Bayram 2025-08-01 00:00:22 +03:00
parent aa2dfde673
commit 42a61a30a7

View file

@ -105,6 +105,8 @@ def render_html(df):
display: block; display: block;
margin: 0 auto; margin: 0 auto;
background-color: transparent; background-color: transparent;
border-radius: 5px;
overflow: hidden;
}} }}
</style> </style>
</head> </head>