Files
devhub/packages/web/public/static/css/error.css
2019-02-20 07:46:52 -03:00

25 lines
311 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: #313142;
text-align: center;
color: #fff;
font-family: sans-serif;
}
#error-container {
margin: auto;
}