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 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