From 69a62dc4fb89d57bb869eb8a02463d62b1f44122 Mon Sep 17 00:00:00 2001 From: filifa Date: Thu, 11 Dec 2025 23:49:34 -0500 Subject: [PATCH] add backspace button --- index.html | 2 ++ styles.css | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/index.html b/index.html index 9f4bc4d..fca3b14 100644 --- a/index.html +++ b/index.html @@ -45,6 +45,8 @@ + +
diff --git a/styles.css b/styles.css index c577966..4311665 100644 --- a/styles.css +++ b/styles.css @@ -60,6 +60,10 @@ label[for="expr"] { grid-template-columns: subgrid; } +#backspace { + grid-column: 3; +} + #operators { grid-column: 4; grid-row: 1 / 3;