MEU MENU LATERAL NÃO ESTA FICANDO ATIVO, POXA VIDA O PROFESSOR NÃO EXPLICA NADA SE FOSSE SO PARA COPIAR CODIGOS NEM PRECISAVA DELE `
Início vídeos Picos Integrantes Camisas Pinturas `@font-face {
font-family: 'icones';
src: url(../font/icones.ttf);
}
body{
background-color: #1D232A;
font-family: 'Open Sans', 'icones', sans-serif;
color: #FFFFFF;
}
.cabecalho{
display: flex;
justify-content: space-between;
align-items: center;
background-color: #15191C;
padding: 8px 16px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
}
.cabecalho_menu i::before{
content: '\e904';
font-size: 24px;
}
.cabecalho_notificacao i::before{
content: '\e906';
font-size: 24px;
}
.cabecalho_logo{
width: 40px;
}
.menuLateral{
display: flex;
flex-direction: column;
align-self: center;
background-color: #15191C;
width: 75vw;
height: 100vh;
}
.menuLateral_logo{
width: 118px;
align-self: center;
padding: 16px;
}
.menuLateral_link{
height: 64px;
color: #95999C;
padding-left: 64px;
display: flex;
align-items: center;
}
.menuLateral_link--ativo{
color: #FFFFFF;
padding-left: 56px;
border-left: 8px solid #FFFFFF;
}
.menuLateral_link::before{
content: "";
width: 24px;
height: 24px;
font-size: 24px;
position: absolute;
left: 24px;
}
.menuLateral-link--início::before{
content:"\e902";
}
.menuLateral-link--vídeos::before{
content:"\e90e";
}
.menuLateral-link--picos::before{
content:"\e909";
}
.menuLateral-link--integrantes::before{
content:"\e903";
}
.menuLateral-link--camisas::before{
content:"\e900";
}
.menuLateral-link--pinturas::before{
content:"\e90a";
}