npm-package-nodejs-utils-lda
Version:
Este projeto tem como fins de criar e abstrair módulos basicos e utilidades para o node js
39 lines (34 loc) • 670 B
CSS
[vermelho] {
color: red;
}
body {
background-color: #f1f1f1;
background-image: url("https://media.tenor.com/IHdlTRsmcS4AAAAC/404.gif");
background-size: cover;
font-family: Arial, sans-serif;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
}
.container {
width: 75%;
min-width: 25%;
margin: 150px auto;
padding: 10px;
background-color: white;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
h1,
h2 {
text-align: center;
}
p {
text-align: center;
margin-top: 20px;
}
a {
text-decoration: none;
color: #007bff;
}