Skip to content

Commit

Permalink
style changrsd
Browse files Browse the repository at this point in the history
  • Loading branch information
aaanh committed Oct 24, 2022
1 parent 331f309 commit 6d5d122
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="flex flex-col items-center">
<div class="container w-full">
<div class="flex flex-col items-center justify-center h-screen w-screen">
<div class="">
<h1 class="">Get Raw Gists</h1>
<blockquote>It simply works by appending <code>/raw</code> into the URL and return the content.</blockquote>
<form action="https://get-gist-raw.aaanhoverlord.workers.dev/" method="GET">
<input class="border rounded w-64 p-2" type="text" name="gist_url" />
<input class="p-2" type="submit" value="GET RAW">
<input id="get-raw-now" class="p-2" type="submit" value="GET RAW NOW">
</form>
<div class="mt-8">
By <a href="https://aaanh.ca">Anh H Nguyen</a> | <a href="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/aaanh/gist-stuff">Github</a>
</div>
</div>
</div>
</body>
Expand Down
14 changes: 14 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,18 @@ code {
h1 {
font-size: 16pt;
font-weight: bold;
}

a {
text-decoration: underline;
text-underline-offset: 2pt
}

a:hover {
color: #123fde
}

#get-raw-now:hover {
cursor: pointer;
background-color: #bbbbbb;
}

0 comments on commit 6d5d122

Please sign in to comment.