From b1df5a6c1cd87016797a0582875ad6bd315010ff Mon Sep 17 00:00:00 2001 From: s1n <50817549+8cy@users.noreply.github.com> Date: Wed, 4 Mar 2020 01:58:07 -0800 Subject: int --- made-with-love/css/main.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 made-with-love/css/main.css (limited to 'made-with-love/css/main.css') diff --git a/made-with-love/css/main.css b/made-with-love/css/main.css new file mode 100644 index 0000000..af26ded --- /dev/null +++ b/made-with-love/css/main.css @@ -0,0 +1,7 @@ +.footer{ + position: fixed; + text-align: center; + bottom: 0px; + width: 100%; + left: 0%; +} \ No newline at end of file -- cgit v1.2.3