diff --git a/index.html b/index.html index 1b63f34..e5495e8 100644 --- a/index.html +++ b/index.html @@ -12,10 +12,14 @@

PizzaExpress

- - -

-
+
+
+ + +

+
+
+
\ No newline at end of file diff --git a/style.css b/style.css index 8a8524e..2191284 100644 --- a/style.css +++ b/style.css @@ -30,6 +30,13 @@ button{ border-style: none; } +.pageControls{ + display: flex; + flex-direction: column; + align-items: center; + text-align: center; +} + .editBtn{ background-color: aqua; color: black;