Intro_basicos_HTML_CSS/CursoHTML/css/agrupar.css

13 lines
185 B
CSS
Raw Normal View History

2020-11-18 01:21:49 -03:00
body {
font-family: arial, helvetica, sans-serif;
}
/*
h1 { color: red; }
h2 { color: red; }
h3 { color: red; }*/
h1, h2, h3 {
color: red;
text-decoration: underline;
}