mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-02-04 12:32:56 +00:00
hw5
This commit is contained in:
14
src/s2-homeworks/hw05/pages/Error404.module.css
Normal file
14
src/s2-homeworks/hw05/pages/Error404.module.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.error404 {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-size: 200px;
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
line-height: 244px;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: calc(100vh - var(--header_height));
|
||||
justify-content: center;
|
||||
}
|
||||
@@ -1,11 +1,12 @@
|
||||
import React from 'react'
|
||||
import s from './Error404.module.css'
|
||||
|
||||
const Error404 = () => {
|
||||
return (
|
||||
<div id={'hw5-page-404'}>
|
||||
<div>404</div>
|
||||
<div>Page not found!</div>
|
||||
<div>—ฅ/ᐠ.̫ .ᐟ\ฅ—</div>
|
||||
<div className={s.wrapper}>
|
||||
<span className={s.error404}>404</span>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ import HW4 from '../../hw04/HW4'
|
||||
function PreJunior() {
|
||||
return (
|
||||
<div id={'hw5-page-pre-junior'}>
|
||||
pre junior page
|
||||
{/*pre junior page*/}
|
||||
<HW1/>
|
||||
<HW2/>
|
||||
<HW3/>
|
||||
|
||||
Reference in New Issue
Block a user