mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 14:08:01 -05:00
60 lines
990 B
CSS
60 lines
990 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: 1rem auto 2rem;
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.center {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.link, .link a{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: white !important;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.icon {
|
|
height: 2.75rem;
|
|
padding-bottom: .5rem;
|
|
}
|
|
|
|
a[href=""], a[href="#"], a[href=""]:hover, a[href="#"]:hover {
|
|
opacity: 25%;
|
|
cursor: default;
|
|
text-decoration: none;
|
|
} |