CSS color part-2 with background implement
In this content we see that how to implement CSS code with text color and also background color.
very easy lets we have a p tag as text as "This is our village"
So Now implement in code
so what we do ? we add a CSS class in p tag then we pick our color in style tag.
lets see how its look like
We added our text color.
Now we color our background part.
lets implement in code
see how its look like now
See that background-color is yellow and text color is red.
This is the easiest way to implement CSS color
For more My CSS Content just Click here
0 Comments