We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b648f9f commit 4af3d2fCopy full SHA for 4af3d2f
1 file changed
exercicios/ex014/index.html
@@ -26,12 +26,12 @@
26
/* Comentários em CSS estão entre esses símbolos aqui */
27
28
body { /* isso aqui se chama SELETOR */
29
- background-color: wheat; /* esse conjunto aqui se chama propriedade: valor */
+ background-color: whitesmoke; /* esse conjunto aqui se chama propriedade: valor */
30
font: 12pt Arial;
31
}
32
33
h1 {
34
- background-color: sienna;
+ background-color: darkred;
35
color: white;
36
37
0 commit comments