Buscar

Estilos CSS para Conversor de Moedas

Esta é uma pré-visualização de arquivo. Entre para ver o arquivo original

body {
 font-family: "Roboto Mono", monospace;
 min-height: 400px;
 background-image: url("https://www.alura.com.br/assets/img/imersoes/dev-2021/dia-1-conversor-de-moedas.png");
 background-color: #000000;
 background-size: 100vh;
 background-position: center bottom;
 background-repeat: no-repeat;
}
.container {
 text-align: center;
 padding: 20px;
 height: 100vh;
}
.page-title {
 color: #ffffff;
 margin: 0 0 5px;
}
.page-subtitle {
 color: #ffffff;
 margin-top: 5px;
}
.page-logo {
 width: 200px;
}
.alura-logo {
 width: 40px;
 position: absolute;
 top: 10px;
 right: 10px;
}
input {
 margin: 12px;
 padding: 6px;
 border-radius: 5px;
}
label {
 color: white;
}
button {
 margin-top: 12px;
 padding: 4px 8px;
 border-radius: 10px;
 background: #ffffff;
}
h2 {
 color: #ffffff;
 font-size: 30px;
}

Teste o Premium para desbloquear

Aproveite todos os benefícios por 3 dias sem pagar! 😉
Já tem cadastro?

Continue navegando

Outros materiais