Acredito que não seja um problema, mas poderia enviar o arquivo styles.css para o GitHub?
https://github.com/alura-cursos/powershell/tree/master/aula5
Obrigado!
Você está vendo a versão anterior da nova experiência da Alura que estamos preparando para você. Em breve, ela ganha uma identidade visual novinha totalmente pensada em potencializar seus estudos!
Acredito que não seja um problema, mas poderia enviar o arquivo styles.css para o GitHub?
https://github.com/alura-cursos/powershell/tree/master/aula5
Obrigado!
Olá, Luiz
Segue abaixo os estilos utilizados nesta aula:
* {
font-family: Segoe UI
}
h1, h5, th {
text-align: center;
}
table {
margin: auto;
font-family: Segoe UI;
box-shadow: 10px 10px 5px #888;
border: thin ridge grey;
}
th {
background: #0046c3;
color: #fff;
max-width: 400px;
padding: 5px 10px;
}
td {
font-size: 11px;
padding: 5px 20px;
color: #000;
}
tr {
background: #b8d1f3;
}
tr:nth-child(even) {
background: #dae5f4;
}
tr:nth-child(odd) {
background: #b8d1f3;
}
Logo mais incluiremos isto no repositório!
Obrigado novamente Guilherme!