diff --git a/index.html b/index.html index 71e02d5cd7903ed26854a0c16e9aaf0c64284260..f60fba1addd341bcdd7f02a2934bd672ecd30a10 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 c64aac48ee060d392f357e3dd7d672ed3b48b607..d2405c54841eb00026800deb297e4bed80ade8ee 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;