Files
website/styles.css
2022-03-31 11:49:09 -04:00

37 lines
625 B
CSS

body {
color: white;
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(93,93,93,1) 100%);
height: 100vh;
font-family: 'Inter', sans-serif;
}
.title {
margin: 7rem auto 1rem;
text-align: center;
max-width: 42rem;
}
.title .ethlogo {
max-height: 16rem;
margin-bottom: 2rem;
}
.arrow {
margin: 2rem auto;
text-align: center;
}
.link a {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-decoration: none;
color: white;
}
.icon {
height: 2.75rem;
padding-bottom: .5rem;
}