mirror of
https://github.com/placeholder-soft/web.git
synced 2026-05-07 15:45:12 +08:00
26 lines
379 B
CSS
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;
|
|
}
|