Style Attribute
Mark as Completed
Style Attribute
~10 mins - nextjs
How to use style attribute ?
Syntax :
{{ }}
<
div
style
=
{
{
color
:
'green'
}
}
>
Success
</
div
>