How to set red color with HSL values in HTML

1 Answer

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

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

    </body>
</html>

 



answered Dec 6, 2018 by avibootz

Related questions

1 answer 219 views
1 answer 238 views
1 answer 204 views
1 answer 244 views
1 answer 242 views
1 answer 235 views
1 answer 256 views
...