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 @@
</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
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment