You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
553 B
31 lines
553 B
4 years ago
|
<nav-bar>
|
||
|
<left>
|
||
|
<b><Icon name="trash" color="var(--color-text)" /> fsck CSS</b>
|
||
|
</left>
|
||
|
|
||
|
<middle>
|
||
|
<input placeholder="Search">
|
||
|
</middle>
|
||
|
|
||
|
<right>
|
||
|
<button>Log In</button>
|
||
|
<a>Sign Up</a>
|
||
|
</right>
|
||
|
</nav-bar>
|
||
|
|
||
|
<nav-bar class="alternate">
|
||
|
<left>
|
||
|
<b><Icon name="trash" color="var(--color-text)" /> fsck CSS</b>
|
||
|
</left>
|
||
|
|
||
|
<middle>
|
||
|
<!-- you just leave this empty and flexbox
|
||
|
will expand it for you. -->
|
||
|
</middle>
|
||
|
|
||
|
<right>
|
||
|
<button>Log In</button>
|
||
|
<button id="signup">Sign Up</button>
|
||
|
</right>
|
||
|
</nav-bar>
|