Files
web/apps/base-docs/static/css/404-styles.css
2023-09-19 16:21:42 -04:00

26 lines
379 B
CSS

h1 {
font-family: CoinbaseFont;
margin-top: 200px;
text-align: center;
}
.back-link {
border: 1px solid #a9b6c2;
text-decoration: none;
padding: 16px 40px;
border-radius: 5px;
font-size: 14px;
font-weight: 500;
font-family: CoinbaseFont;
color: #000;
}
.back-link:hover {
opacity: 0.7;
}
.button-container {
text-align: center;
margin-top: 40px;
}