This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
63 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,38 @@ | |
<head> | ||
<title>Tank Bison with lazer eyes.</title> | ||
<meta charset="UTF-8"> | ||
<link href= "https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" | ||
rel="stylesheet"> | ||
<script src="https://unpkg.com/[email protected]"></script> | ||
|
||
<style> | ||
html { | ||
max-width: 80ch; | ||
padding: 3em 1em; | ||
margin: auto; | ||
line-height: 1.75; | ||
font-size: 1.25em; | ||
background-color: rgb( 0 70 67); | ||
color: rgb(171 209 198); | ||
font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; | ||
line-height: 1.5; | ||
} | ||
|
||
button { | ||
background-color: #f9bc60; | ||
color: #001e1d; | ||
border-radius: 9999px; | ||
width: 10rem; | ||
height: 4rem; | ||
font-size: 1rem; /* 16px */ | ||
} | ||
|
||
a { | ||
color: #FFFFFF; | ||
} | ||
|
||
p { | ||
padding-left: 1.25rem; /* 20px */ | ||
padding-right: 1.25rem; /* 20px */ | ||
} | ||
</style> | ||
</head> | ||
|
||
<body class="px-10"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,19 +3,40 @@ | |
<head> | ||
<title>Tank Bison with lazer eyes.</title> | ||
<meta charset="UTF-8"> | ||
<link href= "https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" | ||
rel="stylesheet"> | ||
<script src="https://unpkg.com/[email protected]"></script> | ||
|
||
<style> | ||
html { | ||
max-width: 70ch; | ||
max-width: 80ch; | ||
padding: 3em 1em; | ||
margin: auto; | ||
line-height: 1.75; | ||
font-size: 1.25em; | ||
background-color: rgb( 0 70 67); | ||
color: rgb(171 209 198); | ||
font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; | ||
line-height: 1.5; | ||
} | ||
|
||
button { | ||
background-color: #f9bc60; | ||
color: #001e1d; | ||
border-radius: 9999px; | ||
width: 10rem; | ||
height: 4rem; | ||
font-size: 1rem; /* 16px */ | ||
} | ||
|
||
a { | ||
color: #FFFFFF; | ||
} | ||
|
||
p { | ||
padding-left: 1.25rem; /* 20px */ | ||
padding-right: 1.25rem; /* 20px */ | ||
} | ||
</style> | ||
|
||
</head> | ||
|
||
<body class=""> | ||
|
@@ -98,8 +119,6 @@ <h1 class="text-black-600 text-5xl font-bold"> | |
|| <a href="/chapter1" hx-boost="true">Next Chapter →</a> | ||
</p> | ||
|
||
|
||
|
||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters