Files
website/styles.css
AtHeartEngineer 98812d9386 initial commit
2022-03-28 11:38:43 -04:00

33 lines
529 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: 600px;
}
.title .ethlogo {
margin-bottom: 2rem;
}
.arrow {
margin: 2rem auto;
text-align: center;
}
.link {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.icon {
max-height: 2rem;
}