diff options
Diffstat (limited to 'spacejunk')
| -rw-r--r-- | spacejunk/index.md | 2 | ||||
| -rw-r--r-- | spacejunk/spacejunk.css | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/spacejunk/index.md b/spacejunk/index.md index c966b23..ea94c1a 100644 --- a/spacejunk/index.md +++ b/spacejunk/index.md @@ -1,5 +1,5 @@ ## Spacejunk -A devlog of all my projects found at https://git.spacejunk.sh. +My repositories can be found at https://git.spacejunk.sh. All my projects are made for fun or to learn something. It's just junk in the space of the internet. diff --git a/spacejunk/spacejunk.css b/spacejunk/spacejunk.css new file mode 100644 index 0000000..d5c7f6a --- /dev/null +++ b/spacejunk/spacejunk.css @@ -0,0 +1,7 @@ +p { + font-family: sans-serif; +} +h1, h2, h3 { + font-family: sans-serif; + text-align: center; +} |
