24 lines
584 B
HTML
24 lines
584 B
HTML
|
|
---
|
|||
|
|
layout: default
|
|||
|
|
title: "It's alive!"
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
<div class="h-screen flex items-center justify-center">
|
|||
|
|
<div class="w-1/3 text-gray-700">
|
|||
|
|
<div class="flex justify-start">
|
|||
|
|
<div class="text-5xl pr-2 font-bold font-serif">
|
|||
|
|
‘‘
|
|||
|
|
</div>
|
|||
|
|
<div class="text-4xl font-medium">
|
|||
|
|
What gets us into trouble is not what we don't know.
|
|||
|
|
It's what we know for sure that just ain't so.
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
<div class="flex justify-end">
|
|||
|
|
<span class="text-3xl font-serif italic">
|
|||
|
|
— Mark Twain
|
|||
|
|
</span>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|