38894-vm/static/css/style.css
2020-10-08 02:07:52 +05:30

32 lines
642 B
CSS

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
html,
body {
display: flex;
height: 100%;
width: 100%;
align-items: center;
justify-content: center;
font-family: "Montserrat", sans-serif;
}
.card {
border-radius: 10px;
margin-top: 40px !important;
height: 500px !important;
width: 400px;
}
.card.has-text-centered .card-header,
.card.has-text-centered .card-content,
.card.has-text-centered .card-footer {
justify-content: center;
align-items: center;
}
.card.has-text-centered h1 {
font-size: 1.75rem;
font-weight: bold;
}
.navbar {
margin-bottom: 20px !important;
}