From e3d4ed7a71303802889425e67a011571ae8e11a5 Mon Sep 17 00:00:00 2001 From: Subliminal Guy <subliminal_kid@posteo.de> Date: Tue, 11 Mar 2025 12:08:37 +0100 Subject: [PATCH] Schulungs Update --- index.html | 10 ++++++++-- style.css | 13 ++++++++++++- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 71e02d5..f60fba1 100644 --- a/index.html +++ b/index.html @@ -10,8 +10,14 @@ </head> <body> - <button class="main-button" type="button">Click</button> - <script type="module" src="index.js"></script> + <div class="container"> + <h1 class="welcome">Willkommen zur VSCode Schulung!</h1> + <!-- <h1>git config --list --show-origin</h1> + <h1>git config --global user.name "Subliminal Guy"</h1> + <h1>git config --global user.email "david.schwertgen@rbb-online.de"</h1> --> + <!-- <button class="main-button" type="button">Click</button> + <script type="module" src="index.js"></script> --> + </div> </body> </html> \ No newline at end of file diff --git a/style.css b/style.css index c64aac4..d2405c5 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,5 @@ body { height: 100vh; - margin: 0; background: deepskyblue; display: flex; flex-direction: column; @@ -8,6 +7,18 @@ body { align-items: center; } +.container { + text-align: center; + width: 80 vw; + display: flex; + flex-direction: column; +} + +.welcome { + color: cornsilk; + font-size: 3rem; +} + .user-data { background: white; padding: 20px; -- GitLab