Files
futile.eu/style.css
T
2024-11-06 08:50:47 +00:00

109 lines
1.6 KiB
CSS

@font-face {
font-family: 'Bokor';
src: url('fonts/Bokor-Regular.woff2');
}
@font-face {
font-family: 'Iosevka';
src: url('fonts/IosevkaCustom-Regular.woff2');
font-display: swap;
}
body {
background-color: black;
color: white;
font-family: 'Iosevka', monospace;
}
.email {
color: white;
text-decoration: underline dotted;
}
.main-title {
font-family: 'Bokor', display;
font-size: 5em;
line-height: 1em;
margin-top: 0.2em;
margin-bottom: 0em;
user-select: none;
}
.separator {
line-height: 0em;
margin-top: 0.5em;
margin-bottom: 0em;
user-select: none;
}
.content {
line-height: 1.3em;
}
.box {
display: flex;
justify-content: center;
align-items: center;
max-width: 480px;
margin: 0 auto;
}
div.buttons {
display: flex;
justify-content: center;
align-items: center;
max-width: 480px;
margin: 0 auto;
position: absolute;
bottom: 50px;
left: 0;
right: 0;
}
ul.buttons {
list-style-type: none;
margin: -8px;
padding: 0;
padding-left: 10px;
display: flex;
flex-wrap: wrap;
}
ul.buttons li {
margin-right: 3px;
line-height: 1;
}
div.footer {
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 2.9em;
}
/* ul.footer {
list-style-type: none;
margin: 0;
padding: 0;
padding-left: 10px;
display: flex;
}
ul.footer li {
margin-right: 10px;
}
ul.footer a {
color: white;
text-decoration: none;
}
ul.footer a:hover {
text-decoration: underline;
} */