Removed blockstart and replicated it in tailwind's thing.
This commit is contained in:
parent
5da8697759
commit
0b40ef0125
6 changed files with 29 additions and 27 deletions
|
@ -1,8 +1,8 @@
|
|||
<h1>Zed's Game Dev Website</h1>
|
||||
<div class="flex flex-col flex-start">
|
||||
<shape class="video">
|
||||
<button><a id="streams" href="/stream/">View Past Streams</a></button>
|
||||
<button><a id="live" href="/live/">Watch Today's Livestream</a></button>
|
||||
<shape class="video bg-gray-950! font-bold gap-8">
|
||||
<button class="hover:btn-hover bg-gray-200"><a id="streams" href="/stream/">View Past Streams</a></button>
|
||||
<button class="hover:btn-hover bg-gray-200"><a id="live" href="/live/">Watch Today's Livestream</a></button>
|
||||
</shape>
|
||||
</div>
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
|||
|
||||
<block>
|
||||
<grid class="grid-cols-2">
|
||||
<shape class="xs">Left Image</shape>
|
||||
<shape class="xxs">Left Image</shape>
|
||||
<div>
|
||||
<h3>I stream on Twitch.</h3>
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<meta name="author" content="Zed A. Shaw" />
|
||||
<meta name="description" content="My Go learning project, which is a Twitch support thing." />
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" href="/blockstart.css">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<script defer src="/js/alpine.js"></script>
|
||||
<script src="/js/code.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue