diff --git a/includes/nav.php b/includes/nav.php index ddb1dc1..5577afb 100644 --- a/includes/nav.php +++ b/includes/nav.php @@ -14,6 +14,7 @@
  • about
  • why
  • who
  • +
  • other emma things
  • contact
  • diff --git a/index.php b/index.php index 005d62c..c2b90a7 100644 --- a/index.php +++ b/index.php @@ -41,29 +41,6 @@ 12-05-2024 - i've begun using picrew to explore my identity and sense of self. while creating this site i added a picrew page with a few images of how i see myself. with time i will certainly add more - -

    other things of mine you might like

    - -

    cat-related website projects

    - -

    - to say my love of cats drives a passion to create is an understatement <3 -

    - -

    a blog about my life in general

    - diff --git a/site/other.php b/site/other.php new file mode 100644 index 0000000..1561330 --- /dev/null +++ b/site/other.php @@ -0,0 +1,43 @@ + + + + + + other emma things + + + + + + + +
    +
    other things of mine you might like + +

    cat-related website projects

    + +

    + to say my love of cats drives a passion to create is an understatement <3 +

    + +

    a blog about my life in general

    + + +

    you can certainly expect more here with time <3

    +
    +
    + + diff --git a/style/style.css b/style/style.css index 9ba5ea7..53626f9 100644 --- a/style/style.css +++ b/style/style.css @@ -104,6 +104,18 @@ a:hover { text-decoration: underline; } +ul { + list-style-type: none; +} + +nav ul li { + padding-bottom: 0.5rem; +} + +nav ul li a { + font-size: 1.1rem; +} + .status { height: 120px; }