How to set background color to HTML <header> tag with HSL values

1 Answer

0 votes
<!DOCTYPE html>
<html>
    <body>
        <!-- hue, saturation, lightness -->
        <h1 style="background-color:hsl(205, 79%, 45%);">Text text text</h1>

    </body>
</html>

 



answered Dec 6, 2018 by avibootz
edited Dec 6, 2018 by avibootz

Related questions

1 answer 255 views
1 answer 254 views
1 answer 249 views
1 answer 265 views
1 answer 257 views
1 answer 218 views
1 answer 230 views
230 views asked Nov 22, 2018 by avibootz
...