mirror of
https://github.com/hexahigh/portfolio.git
synced 2025-12-12 03:25:06 +01:00
upd
This commit is contained in:
parent
37352172f7
commit
d878459d81
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<button id="signOutButton"><h3>class="roboto">Sign out</h3></button>
|
<button type="button" id="signOutButton"><h3>Sign out</h3></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="mainWrapper">
|
<div class="mainWrapper">
|
||||||
<h1 class="roboto">Cool ui</h1>
|
<h1 class="roboto">Cool ui</h1>
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
.header {
|
.header {
|
||||||
border-bottom: 1px solid #111;
|
border-bottom: 1px solid #111;
|
||||||
padding: 0.1rem 1vw;
|
padding: 0.1rem 1vw;
|
||||||
display: block;
|
display: flex;
|
||||||
|
align-items: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainWrapper {
|
.mainWrapper {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user