mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2024-11-10 04:00:27 +01:00
57 lines
No EOL
790 B
CSS
57 lines
No EOL
790 B
CSS
body {
|
|
font-family: sans-serif;
|
|
background-color: #080808;
|
|
color: #fff;
|
|
margin: 0;
|
|
min-width: -webkit-min-content;
|
|
min-width: -moz-min-content;
|
|
min-width: min-content;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
main {
|
|
padding: 8px 16px 32px;
|
|
width: 800px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 800px;
|
|
background-color: #181818;
|
|
}
|
|
|
|
header {
|
|
text-align: center;
|
|
}
|
|
|
|
a:link {
|
|
color: #8bf;
|
|
}
|
|
|
|
a:visited {
|
|
color: #b8f;
|
|
}
|
|
|
|
.title-link a {
|
|
text-decoration: none;
|
|
color: #fff;
|
|
}
|
|
|
|
.title-link a:visited {
|
|
color: #fff;
|
|
}
|
|
|
|
footer {
|
|
margin-top: 5px;
|
|
margin-bottom: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
footer p {
|
|
margin: 5px;
|
|
}
|
|
|
|
img, video {
|
|
max-width: 800px;
|
|
}
|
|
/*# sourceMappingURL=style.css.map */ |