0
Color inside text
How could I fill the colour inside 404? https://www.sololearn.com/post/452971/?ref=app
1 Respuesta
+ 5
payal Pawale Put 404 inside any tag and write color: red; in css
<h1>404</h1>
h1 {
color:red;
font-size:80px;
font-weight:bold;
}