From 1ee459dfdd11b5910ecdd6b62f30991ab7a4ab57 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 12 Jul 2023 00:15:22 -0400 Subject: [PATCH] binary font and pading --- binary/binary.css | 3 +++ binary/index.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/binary/binary.css b/binary/binary.css index 98278d1..e85e562 100644 --- a/binary/binary.css +++ b/binary/binary.css @@ -13,6 +13,7 @@ body { width: 55%; margin: auto; padding: 5px; + font-family: "Nanum Gothic Coding", monospace; } .submit { @@ -43,6 +44,8 @@ body { border-radius: 5px; overflow: auto; resize: none; + padding: 5px; + font-family: "Nanum Gothic Coding", monospace; } #form { diff --git a/binary/index.html b/binary/index.html index 639f4f8..34ae51e 100644 --- a/binary/index.html +++ b/binary/index.html @@ -14,6 +14,9 @@ + + +