From 7b96cb119da79344463b6e3626983c04107b6c53 Mon Sep 17 00:00:00 2001 From: Daya Guo <40300434+guoday@users.noreply.github.com> Date: Fri, 3 Nov 2023 23:07:31 +0800 Subject: [PATCH] Create style.css --- demo/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 demo/style.css diff --git a/demo/style.css b/demo/style.css new file mode 100644 index 0000000..60878fe --- /dev/null +++ b/demo/style.css @@ -0,0 +1,16 @@ +h1 { + text-align: center; +} + +#duplicate-button { + margin: auto; + color: white; + background: #1565c0; + border-radius: 100vh; +} + +.contain { + max-width: 900px; + margin: auto; + padding-top: 1.5rem; +}