diff --git a/css/main.css b/css/main.css index 69f5e06..0254ebb 100644 --- a/css/main.css +++ b/css/main.css @@ -14,4 +14,18 @@ .tiny-text { font-size: 12px; font-family:Verdana, Geneva, Tahoma, sans-serif; +} + +.flex { + display: flex; + justify-content: center; + width: 100%; +} + +.box { + background-color: gray; + padding: 20px; + display: inline; + text-align: center; + border-radius: 20px; } \ No newline at end of file diff --git a/index.html b/index.html index 214c353..0f8925b 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,8 @@

Connex's little Piece of the Internet

-

We went to Old Street. We made a webpage. We added some CSS. We thought what to do next...

+
+

We went to Old Street. We made a webpage. We added some CSS. We thought what to do next...

+
\ No newline at end of file