This repository has been archived on 2023-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
sillyweb/404.css
2023-05-26 23:39:51 +02:00

71 lines
1 KiB
CSS

* {
font-family: tahoma, "sans-serif";
}
.floaty {
display: flex;
justify-content: center;
margin: auto;
display:block;
width:512px;
height:512px;
opacity: 40%;
}
# svgelem {
margin-left:auto;
margin-right:auto;
display:block;
}
div img {
height: 50%;
width: 50%;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
opacity: 40%
}
body {
background-color: #242a35;
}
.mkc {
position: relative;
text-align: center;
color: white;
}
/* Centered text */
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: 'Times New Roman', Times, serif !important;
font-size: 30px;
font-weight: bold;
font-style: italic;
color: white;
}
p.center {
font-family: 'Times New Roman', Times, serif !important;
font-size: 30px;
font-weight: bold;
font-style: italic;
}
a {
color:#0e88ad;
font-family: 'Times New Roman', Times, serif !important;
font-size: 30px;
font-weight: bold;
font-style: italic;
}