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 292 views
1 answer 342 views
342 views asked Dec 8, 2018 by avibootz
1 answer 303 views
1 answer 300 views
...