forked from Aaron/Kino-Website
Added assets, started actual work on making this a proper multi file webapp. gonna continue tonight
This commit is contained in:
14
src/components/topbar.astro
Normal file
14
src/components/topbar.astro
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
import "../../src/styles/global.css";
|
||||
---
|
||||
|
||||
<div class="bg-[#1d1d1fbf] text-white p-5 flex gap-5 justify-between">
|
||||
<div id="leftButtons" class="flex gap-2">
|
||||
<div>hi</div>
|
||||
<div>hi</div>
|
||||
</div>
|
||||
<div id="rightButtons" class="flex gap-2">
|
||||
<div>hi</div>
|
||||
<div>hi</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user