This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
site/src/error.css

28 lines
418 B
CSS
Raw Normal View History

2022-11-26 01:33:57 +00:00
.error-div{
height: 85vh;
width: 100vw;
display: grid;
align-content: center;
justify-content: center;
justify-items: center;
align-items: center;
}
.top-fade {
background: linear-gradient(rgba(11,11,12,1) 0%, rgba(11,11,12,0.9) 20%, rgba(0,0,0,0.1) 100%);
}
.error-button {
text-decoration: none;
}
.error-message {
text-align: center;
}
body {
overflow-x: hidden;
}