How to set green color with HSL values in HTML

1 Answer

0 votes
<!DOCTYPE html>
<html>
    <body>

        <h1 style="background-color:hsl(120, 100%, 50%);">Text text text</h1>

    </body>
</html>

 



answered Dec 6, 2018 by avibootz

Related questions

1 answer 227 views
1 answer 232 views
1 answer 215 views
1 answer 252 views
1 answer 252 views
1 answer 246 views
1 answer 264 views
...