pedf
/
spin
Archived
1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

36 lines
509 B
CSS

@font-face {
font-family: montserrat;
src: url(fnt/montserrat-light.ttf) format("truetype");
}
* { box-sizing: border-box }
body {
margin: 0;
line-height: 1.5;
background-color: #edfbff;
color: #324c9c;
font-family: montserrat, sans;
}
header {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
padding: 1rem;
font-size: 1.5rem;
}
header p {
max-width: 65rem;
text-align: justify;
}
header .arrow {
height: 2em;
margin-top: 3em;
}