-
-
-
- Get started by editing{" "}
-
- src/app/page.tsx -- . -
- - Save and see your changes instantly. -
+ + by Spaceholder Programming + +
+ +
+
+
+
diff --git a/src/app/globals.css b/src/app/globals.css index 13d40b8..bf5bbdd 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -25,3 +25,67 @@ body { text-wrap: balance; } } + +.container { + display: flex; + justify-content: space-between; /* Optional: sorgt für Abstand */ + width: 100%; /* Optional: gibt dem Container eine Breite */ +} + +.textbox { + width: 100%; /* Nimmt die volle Breite des Containers ein */ + margin-top: 10px; /* Optional: Abstand oberhalb der Textbox */ + padding: 10px; /* Optional: Innenabstand für die Textbox */ + border-radius: 20px; /* Abgerundete Ecken */ + border: 2px solid #580000; /* Optional: Border-Farbe */ + background-color: #ffffff; /* Hintergrundfarbe */ + color: #0a0a0a; /* Textfarbe */ + font-size: 16px; /* Schriftgröße */ +} + +.header { + font-size: 36px; + text-align: center; +} + +.header_box { + flex: 1; /* Teilt den verfügbaren Platz auf die Textboxen auf */ + margin: 10px 10px; /* Optional: fügt einen horizontalen Abstand hinzu */ + padding: 10px; /* Optional: fügt einen inneren Abstand hinzu */ + /* font-size: 16px; // Optional: definiert die Schriftgröße */ + border-radius: 20px; + border: 20px solid #202020; + background-color: #202020; +} + +.header_copyright { + font-size: 16px; + color:#707070; + padding-top: 10px; +} + +.button { + border: 2px solid #101010; + background-color: #101010; + border-radius: 20px; + margin: 10px; + padding: 10px +} + +.body_box { + flex: 1; /* Teilt den verfügbaren Platz auf die Textboxen auf */ + margin: 10px 10px; /* Optional: fügt einen horizontalen Abstand hinzu */ + padding: 10px; /* Optional: fügt einen inneren Abstand hinzu */ + /* font-size: 16px; // Optional: definiert die Schriftgröße */ + border-radius: 20px; + /* border: 2px solid #580000; */ + background-color: #474747; +} + +.body_title { + font-size: 20px; +} + +.text { + margin: 15px; +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 11fcf69..418efb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,85 +2,125 @@ import Image from "next/image"; export default function Home() { return ( -
- src/app/page.tsx
-
- .
-