From 862786589fb2868182254b15c3744e41a7a9125d Mon Sep 17 00:00:00 2001 From: NigelHargraves <84687389+NigelHargraves@users.noreply.github.com> Date: Tue, 1 Jun 2021 18:47:55 +0100 Subject: [PATCH 1/2] Update index.html --- index.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index ad6d70c..c23e0fc 100644 --- a/index.html +++ b/index.html @@ -1,26 +1,30 @@ - + + Hello! - + + + + - - +

Hi there!

- I'm your cool new webpage. Made with Glitch! + I'm your cool new webpage. Made with Glitch!

- - + + + \ No newline at end of file From d899cc52464f29faadaed63869b72daa0e2c8af1 Mon Sep 17 00:00:00 2001 From: NigelHargraves <84687389+NigelHargraves@users.noreply.github.com> Date: Wed, 2 Jun 2021 06:25:59 +0100 Subject: [PATCH 2/2] Create main.css --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 css/main.css diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..1380a95 --- /dev/null +++ b/css/main.css @@ -0,0 +1,4 @@ +.container top { + display: flex; + /* or inline-flex */ +} \ No newline at end of file