mirror of
https://github.com/Rushilwiz/crucialnet.git
synced 2025-04-09 22:00:17 -04:00
46 lines
832 B
CSS
46 lines
832 B
CSS
|
|
@import url('https://fonts.googleapis.com/css?family=Major+Mono+Display|Cutive+Mono');
|
|
|
|
|
|
body {
|
|
background-color: #ffd1dc;
|
|
overflow: hidden;
|
|
}
|
|
|
|
div {
|
|
height: 100%;
|
|
color: #090909;
|
|
}
|
|
|
|
h1 {
|
|
margin: 50px;
|
|
position: relative;
|
|
text-decoration: none;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
text-align: center;
|
|
font-weight: 1;
|
|
font-family: Major Mono Display, sans-serif;
|
|
letter-spacing: 3px;
|
|
width: 100%;
|
|
font-size: 40px
|
|
|
|
}
|
|
|
|
h3, h5 {
|
|
position: relative;
|
|
text-decoration: none;
|
|
font-weight: 10;
|
|
font-family: Cutive Mono;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
text-align: center;
|
|
margin-top: 70px;
|
|
width: 100%;
|
|
}
|
|
|
|
button {
|
|
position: relative;
|
|
left: 50%;
|
|
font-family: monospace, sans-serif;
|
|
} |