diff --git a/src/App.css b/src/App.css index 6cd094d..33b2e61 100644 --- a/src/App.css +++ b/src/App.css @@ -114,3 +114,18 @@ body { background-color: #e0dab8; color: #de5e24; } + +.header { + text-align: center; +} + +.header-title { + color: #ffffff; + text-shadow: 3px 3px 0 #000; /* Gives a shadow effect to the text */ + font-size: 4em; /* Adjust size as needed */ +} + +.tm { + font-size: 0.3em; /* Smaller font size for trademark symbol */ + vertical-align: super; +} diff --git a/src/pages/MainPage.tsx b/src/pages/MainPage.tsx index b0c85b0..3650898 100644 --- a/src/pages/MainPage.tsx +++ b/src/pages/MainPage.tsx @@ -11,7 +11,11 @@ const NavigationBar = () => { const Summary = () => { return (
-

Christoph

+
+

+ CHRISTOPH DANSARDTM +

+

I am a passionate and driven student at the Technical University Munich with a strong interest in software engineering and product development.