From c8795ebcedcbc54a6e8fa5afd8d716ab4f0fbf07 Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Wed, 20 Dec 2023 06:10:29 +0000 Subject: [PATCH] Product Test --- simplepwa/index.html | 16 ++++++++++++++++ simplepwa/style.css | 5 +++++ 2 files changed, 21 insertions(+) diff --git a/simplepwa/index.html b/simplepwa/index.html index 5498b13..cd2fbf8 100644 --- a/simplepwa/index.html +++ b/simplepwa/index.html @@ -117,6 +117,22 @@ + +
+
+
+
+ +
+ diff --git a/simplepwa/style.css b/simplepwa/style.css index c9b615a..02c5e90 100644 --- a/simplepwa/style.css +++ b/simplepwa/style.css @@ -62,3 +62,8 @@ html, body { padding-right: 20px; text-align: center; } + + #buttons_card > button { + width: 200px; + margin: auto; + }