This commit is contained in:
Boof 2023-04-12 11:06:25 +02:00 committed by GitHub
parent 2ba86c08b4
commit 80ea3fdab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 2 deletions

View File

@ -12,8 +12,14 @@
<body>
<div class="header">
<h2>Boofdev admin ui</h2>
<button type="button" id="signOutButton"><h3>Sign out</h3></button>
<div class="headerItem1">
<h2>Boofdev admin ui</h2>
</div>
<div class="headerItem2">
<button type="button" id="signOutButton">
<h3>Sign out</h3>
</button>
</div>
</div>
<div class="mainWrapper">
<h1 class="roboto">Cool ui</h1>

View File

@ -6,6 +6,15 @@
gap: 3vw;
}
.headerItem1 {
width: 50%;
text-align: left;
}
.headerItem2 {
width: 50%;
text-align: right;
}
.mainWrapper {
text-align: center;