Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ViggoZ committed Jun 19, 2024
1 parent 1163071 commit bb14f60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,10 @@ select {
border-width: 0;
}

.static {
position: static;
}

.fixed {
position: fixed;
}
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ <h2 class="text-5xl font-bold tracking-tight text-gray-900 sm:text-6xl">Static <
<div class="bg-white">
<div class="mx-auto max-w-7xl py-6 sm:px-6 lg:px-8">
<div class="relative isolate overflow-hidden bg-gray-100 px-6 py-12 sm:py-24 text-center shadow-3xl sm:rounded-3xl sm:px-16">
<h2 class="mx-auto max-w-2xl text-3xl font-bold tracking-tight text-black sm:text-4xl">Boost your productivity today.</h2>
<p class="mx-auto mt-6 max-w-xl text-lg leading-8 text-gray-700">Incididunt sint fugiat pariatur cupidatat consectetur sit cillum anim id veniam aliqua proident excepteur commodo do ea.</p>
<h2 class="mx-auto max-w-2xl text-3xl font-bold tracking-tight text-black sm:text-4xl">Join the waiting list for static bookmark website builder.</h2>
<p class="mx-auto mt-6 max-w-xl text-lg leading-8 text-gray-700">Turn your browser bookmarks into beautiful navigation sites in minutes!</p>
<div class="py-6">
<a class="group gap-2 inline-flex items-center justify-center rounded-full py-4 px-6 text-sm font-semibold focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2 bg-green-600 text-white hover:text-white hover:bg-green-700 active:bg-green-700 active:text-green-100 focus-visible:outline-green-600" color="blue" variant="solid" href="#tally-open=3XGyBY&amp;tally-layout=modal&amp;tally-emoji-text=%F0%9F%9B%B0%EF%B8%8F&amp;tally-emoji-animation=wave"><span>Join
Waitlist</span>
Expand Down

0 comments on commit bb14f60

Please sign in to comment.