From 8e479d31b3b1a362b9bad8dd51c285e9b9fc5799 Mon Sep 17 00:00:00 2001 From: remi Date: Fri, 27 May 2022 21:37:31 +0200 Subject: [PATCH] ok! it's pretty now~ --- h2i.html | 120 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 106 insertions(+), 14 deletions(-) diff --git a/h2i.html b/h2i.html index 6aad2a6..3c7a534 100644 --- a/h2i.html +++ b/h2i.html @@ -14,32 +14,95 @@ /* nooo remi dont do that */ } + :root { + --bg: #00000000; + --fg: #000000; + } + body { font-family: Arial; overflow: hidden; - margin-right: 0; - margin-bottom: 0; + margin: 0; + color: var(--fg); + background-color: var(--bg); + } + + input { + border-radius: 0; + border: 0; + background: transparent; + color: var(--fg); } #hinput { font-family: 'heonian'; + width: 100%; + font-size: 24px; + padding: 8px; + } + + #hinput::placeholder { + color: var(--fg); + opacity: 0.5; } canvas { width: 100%; height: 100%; + margin-left: 8px; + } + + #heeheefunnyfloat { + max-width: 700px; + display: flex; + flex-flow: row wrap; + padding: 8px; + align-items: center; + justify-content: space-between; + } + + span { + opacity: 0.5; + } + + input:focus { + outline: 0px; + } + + a { + color: var(--fg); + border: 0; + font-size: 12px; + opacity: 0.5; + cursor: pointer; + } + + a:hover { + text-decoration: underline; } - heonian:
- text color:
- background color:
- font size:
- +
+
+
+ text color:
+ +
+
+ background color:
+ - +
+
+ font size:
+ +
+ [ save as image ] +
+ +