Answers for "color around the text"

CSS
0

color around the text

h1 {
    text-align: center; 
}
h1 span { 
    background-color: green; 
}
Posted by: Guest on July-21-2021

Browse Popular Code Answers by Language