ITUDevUps/devUps

View on GitHub
minitwit-frontend/src/pages/Error/ErrorPage.css

Summary

Maintainability
Test Coverage
.error-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background-color: #282c34;
    color: white;
}

.back-link {
    color: #61dafb;
    text-decoration-line: underline;
    cursor: pointer;
    font-size: 25px;
}