diff --git a/index.css b/index.css new file mode 100644 index 0000000..f6e8e71 --- /dev/null +++ b/index.css @@ -0,0 +1,24 @@ +body { + background: #000; + color: #fff; + text-align: center; + padding: 2rem; +} + +ul { + list-style: none; + padding: 0; +} + +li { + padding: 10px; +} + +a { + color: #aaa; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} \ No newline at end of file diff --git a/index.php b/index.php index 55eb949..929748d 100644 --- a/index.php +++ b/index.php @@ -6,8 +6,22 @@ +

Hi

+

I'm a programmer from Hungary. My aim is to self-host all of my socials.

+

Socials

+ +

Stuff I've made

+ \ No newline at end of file