How to set text color with HTML and CSS

1 Answer

0 votes
<!-- HTML file -->

<span class="brand">WorkingFrame</span>
/* CSS file */

.brand {
    color: #FFFFFF;
}

 



answered Jul 14, 2016 by avibootz

Related questions

1 answer 275 views
1 answer 321 views
321 views asked Dec 8, 2018 by avibootz
1 answer 280 views
1 answer 277 views
...