Files
2025-03-12 17:06:23 +01:00

52 lines
680 B
CSS

body {
margin: 0px;
padding: 0px;
font-family: Arial, sans-serif;
font-size: 12px;
color: #000;
background: #e6e6e6;
}
body, html {
height: 100%;
}
#box_error500 {
display: flex;
align-items: center;
justify-content: center;
align-content: center;
height: 100%;
max-width: 1024px;
margin: 0 auto;
flex-flow: row wrap;
}
#box_error500_left {
margin: 20px 10px;
}
#box_error500_right {
margin: 20px 10px;
max-width: 80%;
}
img {
max-width: 100%;
}
.txt_red {
color: #2e2e2e;
font-size: 15px;
}
.txt {
font-size: 12px;
padding-top: 4px;
color: #999;
}
.clear
{
clear: both;
}