Boa noite , mesmo eu declarando a tag asside e sua cor de fonte e de fundo na hora de rodar no servidor não aparece nen os tópicos que estavam , nem os ícones , fica como se não tivesse nada. Alguém sabe o por quê , por favor ?
body {
font-size: 20px;
background-color: #F2FFFC;
font-family: "Times New Roman", "Arial", serif;
line-height: 1.5;
}
main h1 {
font-size: 60px;
background-color: #851944;
color: rgb(250,250,250);
text-align: center;
font-family: "Times New Roman", "Arial", serif;
padding: 20px;
border-bottom: 10px solid black;
margin: 0;
}
main a {
color: #851944;
}
h2 {
font-size: 35px;
font-family: "Times New Roman", "Arial", serif;
font-weight: bold;
}
p {
text-align:justify;
margin: 30px 0;
}
blockquote {
background-color: #D9E5E3;
padding: 20px;
border: 10px solid #C2CCCA;
width: 280px;
margin: 20px 40px;
box-sizing: border-box;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
asside {
background-color: #3C1D3D;
color: #F2FFFC;
text-align: center;
padding: 20px;
font-family: "Times New Roman", "Arial", serif;
}
aside h1 {
font-size: 30px;
margin-bottom: 25px;
}
asside a {
color: inherit;
font-family: "Times New Roman", "Arial", serif;
}
asside li {
display: inline-block;
height: 60px;
}
nav h1 {
font-size: 30px;
margin-bottom: 25px;
}
nav a {
color: #F2FFFC;
}
main div {
width: 720px;
margin: auto;
padding: 30px 0;
}
footer {
background-color: #000;
color: #F2FFFC;
padding: 20px;
}
insira seu código aqui