Skip to content

Commit 4af3d2f

Browse files
committed
Update index.html
1 parent b648f9f commit 4af3d2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

exercicios/ex014/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
/* Comentários em CSS estão entre esses símbolos aqui */
2727

2828
body { /* isso aqui se chama SELETOR */
29-
background-color: wheat; /* esse conjunto aqui se chama propriedade: valor */
29+
background-color: whitesmoke; /* esse conjunto aqui se chama propriedade: valor */
3030
font: 12pt Arial;
3131
}
3232

3333
h1 {
34-
background-color: sienna;
34+
background-color: darkred;
3535
color: white;
3636
}
3737

0 commit comments

Comments
 (0)