Files
devhub/packages/web/public/static/css/error.css
2019-04-17 23:10:52 -03:00

25 lines
314 B
CSS

* {
box-sizing: border-box;
}
body,
html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
display: flex;
align-content: center;
align-items: center;
background-color: #1F2229;
text-align: center;
color: #FFFFFF;
font-family: sans-serif;
}
#error-container {
margin: auto;
}