diff --git a/src/s2-homeworks/hw05/pages/404.svg b/src/s2-homeworks/hw05/pages/404.svg new file mode 100644 index 0000000..df230dd --- /dev/null +++ b/src/s2-homeworks/hw05/pages/404.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/s2-homeworks/hw05/pages/Error404.module.css b/src/s2-homeworks/hw05/pages/Error404.module.css index b3045a4..bec9fb5 100644 --- a/src/s2-homeworks/hw05/pages/Error404.module.css +++ b/src/s2-homeworks/hw05/pages/Error404.module.css @@ -1,9 +1,6 @@ .error404 { - font-family: 'Montserrat', sans-serif; - font-size: 200px; - font-style: normal; - font-weight: 600; - line-height: 244px; + width: 451px; + height: 100%; } .wrapper { diff --git a/src/s2-homeworks/hw05/pages/Error404.tsx b/src/s2-homeworks/hw05/pages/Error404.tsx index d147323..98e6f0c 100644 --- a/src/s2-homeworks/hw05/pages/Error404.tsx +++ b/src/s2-homeworks/hw05/pages/Error404.tsx @@ -1,11 +1,11 @@ import React from 'react' import s from './Error404.module.css' - +import error404 from './404.svg' const Error404 = () => { return (
- 404 + {'404'}
)