2m2d/static/style.css

30 lines
473 B
CSS

body {
background-color: #2e3440;
color: white;
}
.wrapper {
/* Text margin */
margin: auto;
width: 60%;
padding: 10px;
perspective: 1000px;
}
.card {
background-color: #3b4252;
border-radius: 5px;
border: 1px solid #81a1c1;
margin: 7px;
box-shadow: 5px 5px #4c566a;
text-align: center;
}
button, input[type=submit] {
padding: 5px 15px;
background-color: #88c0d0;
border-radius: 5px;
border: none;
}