Skip to content
Snippets Groups Projects
Commit e3d4ed7a authored by Subliminal Guy's avatar Subliminal Guy
Browse files

Schulungs Update

parent f72fcc43
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,14 @@ ...@@ -10,8 +10,14 @@
</head> </head>
<body> <body>
<button class="main-button" type="button">Click</button> <div class="container">
<script type="module" src="index.js"></script> <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> </body>
</html> </html>
\ No newline at end of file
body { body {
height: 100vh; height: 100vh;
margin: 0;
background: deepskyblue; background: deepskyblue;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -8,6 +7,18 @@ body { ...@@ -8,6 +7,18 @@ body {
align-items: center; align-items: center;
} }
.container {
text-align: center;
width: 80 vw;
display: flex;
flex-direction: column;
}
.welcome {
color: cornsilk;
font-size: 3rem;
}
.user-data { .user-data {
background: white; background: white;
padding: 20px; padding: 20px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment