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;