From 2905bcce4dbb7dd1ced889510321d431204bafa3 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Tue, 20 Jul 2021 08:45:03 +1000 Subject: First commit --- css/default.css~ | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 css/default.css~ (limited to 'css/default.css~') diff --git a/css/default.css~ b/css/default.css~ new file mode 100644 index 0000000..565282f --- /dev/null +++ b/css/default.css~ @@ -0,0 +1,13 @@ +div#content { + width: 39rem; + margin: auto; +} + +img { + max-width: 100%; + height: auto; +} + +a { + text-decoration: none; +} -- cgit v1.2.3