Answers for "changing element color css"

CSS
0

changing element color css

<style>
  h2 .red-text {
    color: red;
  }
</style>

<h2 class="red-text" color=red;>CatPhotoApp</h2>
Posted by: Guest on October-22-2021

Browse Popular Code Answers by Language