From ef40b535e0a0883cf9c97987a3bd97e1db05f280 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Mon, 11 Dec 2023 13:29:13 -0800 Subject: [PATCH] initial commits --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..eb16bf5 --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +@page { + size 7in 7in; +} + +img { + max-width: 100%; +}