From 1addf4bf9c4b10d49b69fd0ff6ea3dbfddb5c47e Mon Sep 17 00:00:00 2001 From: voidNUL <50534996+Xterminate1818@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:36:09 -0500 Subject: [PATCH] Started on music --- music/index.md | 5 +++++ style.css | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 music/index.md diff --git a/music/index.md b/music/index.md new file mode 100644 index 0000000..c4b8332 --- /dev/null +++ b/music/index.md @@ -0,0 +1,5 @@ +# Music +My favorite songs, albums, and artists +## albums +## artists +## songs diff --git a/style.css b/style.css index b07e7bf..72c6ded 100644 --- a/style.css +++ b/style.css @@ -80,3 +80,10 @@ h1 { border-bottom: 2px solid; padding-bottom: 0.2em; } + +img { + width: 40%; + height: auto; + align-content: center; + margin: auto; +}