mirror of
https://github.com/hexahigh/portfolio.git
synced 2025-12-12 03:25:06 +01:00
updta
This commit is contained in:
parent
2ba86c08b4
commit
80ea3fdab0
@ -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>
|
||||
|
||||
@ -6,6 +6,15 @@
|
||||
gap: 3vw;
|
||||
}
|
||||
|
||||
.headerItem1 {
|
||||
width: 50%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.headerItem2 {
|
||||
width: 50%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.mainWrapper {
|
||||
text-align: center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user