diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d7a7d2 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Hacksrus.uk + +The Hacks 'R' Us website. + +## Contributing +Yes +### Even dumb shit? +100% diff --git a/index.html b/index.html index a77b224..06b2f66 100644 --- a/index.html +++ b/index.html @@ -8,11 +8,19 @@

Hacks 'R' Us Logo

+

Who?

+

What?

+

Dumb stuff with technology

+

Where?

+

Your local hacker camp or con

+

When?

+

Since 2018

diff --git a/style.css b/style.css index 1afd701..85562dd 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,11 @@ +body { + font-family: Comic Sans MS; +} + div.container { max-width: 700px; margin: 0 auto; + text-align: center; } ul.people { @@ -44,6 +49,4 @@ ul.people>li>a { color: #fff; text-decoration: none; font-size: 20px; - font-family: Comic Sans MS -} - +} \ No newline at end of file