body {
background: #CCCCCC;
}
#banner{
width: 100%;
}
h1 {
text-align: center
}
p {
text-align: center
}
#missao{
font-size:20px
}
em strong {
color: #FF0000;
}
body {
background: #CCCCCC;
}
#banner{
width: 100%;
}
h1 {
text-align: center
}
p {
text-align: center
}
#missao{
font-size:20px
}
em strong {
color: #FF0000;
}
Oi Diego, tudo bem?
Isso aí! Muito bom ver você praticando o que vê nas aulas :D. Uma dica que dou é ficar ligado nos ;
(ponto e vírgula), às vezes a falta de um faz com que suas configurações não funcione.
Ajusta assim:
h1 {
text-align: center;
}
p {
text-align: center;
}
#missao{
font-size: 20px;
}
Bons estudos.
Abraço.