🔥 Remove old Style

This commit is contained in:
stefan080106
2022-05-15 19:43:22 +02:00
parent a61d63e1b0
commit 5a6d0d42a6

View File

@@ -4,14 +4,7 @@ import styles from "../styles/Home.module.css";
export default function Home() { export default function Home() {
return ( return (
<main <main className={styles.main}>
className={styles.main}
style={{
display: "flex",
justifyContent: "center",
alignItems: "center",
}}
>
<div style={{ padding: "2rem", boxShadow: "5px 5px 30px 5px rgba(0,0,0,0.5)" }}> <div style={{ padding: "2rem", boxShadow: "5px 5px 30px 5px rgba(0,0,0,0.5)" }}>
<h1>Error 404</h1> <h1>Error 404</h1>
<h3>Diese Seite ist nicht verfügbar</h3> <h3>Diese Seite ist nicht verfügbar</h3>