space for build date and commit #14

Merged
H4CK3R-01 merged 1 commits from version_number into main 2021-06-10 13:18:48 +00:00
2 changed files with 17 additions and 2 deletions

View File

@ -5,7 +5,11 @@ header {
background-color: #7d7d7d;
color: #ffffff;
height: 3em;
padding-top: 10px;
padding-top: 5px;
padding-bottom: 5px;
display: grid;
grid-gap: 5%;
grid-template-columns: 25% 40% 25%;
}
.title {
@ -16,3 +20,12 @@ header {
font-size: 2em;
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>
<body>
<header>
<div></div>
<div class="title">Projektmanagement Game</div>
<div class="build"><span></span><span></span></div>
</header>
<main>
<div id="login">