Merge pull request #14 from H4CK3R-01/version_number

space for build date and commit
This commit is contained in:
H4CK3R-01 2021-06-10 15:18:48 +02:00 committed by GitHub
commit 99d1682898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 2 deletions

View File

@ -5,7 +5,11 @@ header {
background-color: #7d7d7d; background-color: #7d7d7d;
color: #ffffff; color: #ffffff;
height: 3em; height: 3em;
padding-top: 10px; padding-top: 5px;
padding-bottom: 5px;
display: grid;
grid-gap: 5%;
grid-template-columns: 25% 40% 25%;
} }
.title { .title {
@ -15,4 +19,13 @@ header {
align-items: center; align-items: center;
font-size: 2em; font-size: 2em;
vertical-align: central; vertical-align: central;
} }
.build {
display: flex;
justify-content: center;
align-items: flex-end;
font-size: 1em;
padding-right: 10px;
flex-direction: column;
}

View File

@ -16,7 +16,9 @@
</head> </head>
<body> <body>
<header> <header>
<div></div>
<div class="title">Projektmanagement Game</div> <div class="title">Projektmanagement Game</div>
<div class="build"><span></span><span></span></div>
</header> </header>
<main> <main>
<div id="login"> <div id="login">