Files
website/styles.css
2022-03-31 12:17:05 -04:00

45 lines
765 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%);
background-attachment: fixed;
height: 100vh;
font-family: 'Inter', sans-serif;
}
.row {
padding-bottom: 1.5rem;
}
.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;
}
A[href=""], A[href="#"] {
opacity: 25%;
cursor: default;
}