Hi, does anyone know the right syntax to apply border radius with css?
I´ve tried to do it through a variable, and through a HTML element, but it keeps giving me an error. I can set other properties like, backgroung color, borderthickness etc...
What i´m trying to do is fill a quarter of circle depending on the status, something like, if its new, fill the first quarter, if its assigned, fill two quarters, and so on. I want this insted of a regular progress bar
Thanks in advance.
Hello @CarvalhoDélio
It would be something like this:
"<div style='border-radius: 10px; border: 1px solid black; padding: 20px; width: 200px; height: 100px;'>
Your content here
</div>"
mmbr1606
41
Super User 2025 Season 1
WarrenBelz
37
Most Valuable Professional
MS.Ragavendar
34