From 0a2eb9b99b0315bf982d2cdd11f59f695e0e768c Mon Sep 17 00:00:00 2001 From: Salih Hasicic Date: Thu, 12 Mar 2026 11:06:30 +0100 Subject: [PATCH] add css file and change html --- salih-hasicic-app.css | 43 +++++++++++++++++++++++++++++++++++++++++++ salih-hasicic.html | 14 ++++++++------ 2 files changed, 51 insertions(+), 6 deletions(-) create mode 100644 salih-hasicic-app.css diff --git a/salih-hasicic-app.css b/salih-hasicic-app.css new file mode 100644 index 0000000..06f0cbc --- /dev/null +++ b/salih-hasicic-app.css @@ -0,0 +1,43 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: Arial, Helvetica, sans-serif; + min-height: 100vh; + display: flex; + justify-content: center; + align-items: center; + background: linear-gradient(135deg, #74ebd5, #9face6); + padding: 20px; +} + +.card { + background: rgba(255, 255, 255, 0.15); + padding: 40px 30px; + border-radius: 20px; + text-align: center; + color: white; + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); + max-width: 700px; + width: 100%; +} + +h1 { + font-size: 2.5rem; + margin-bottom: 20px; +} + +h2 { + font-size: 1.5rem; + margin-bottom: 15px; + font-weight: 400; +} + +h3 { + font-size: 1.1rem; + font-weight: 300; + opacity: 0.9; +} \ No newline at end of file diff --git a/salih-hasicic.html b/salih-hasicic.html index cb85496..d8fc5c6 100644 --- a/salih-hasicic.html +++ b/salih-hasicic.html @@ -1,14 +1,16 @@ - + - - - Document + + + Meine Webseite + +

Das ist meine hunderste Webseite

-

Schön da du da bist!

+

Schön, dass du da bist!

Have fun on here

- +
\ No newline at end of file