fix some css issues

This commit is contained in:
Odette 2025-02-27 15:40:01 -08:00
parent 96db93167f
commit 4713e8d94a
2 changed files with 41 additions and 23 deletions

View File

@ -5,7 +5,25 @@
<title>Odette website</title> <title>Odette website</title>
</head> </head>
<body> <body>
<h1>HELLO</h1> <header>
<nav>
<ul>
<li>
<h1>Puppygirl.systems</h1>
</li>
<li>
<a href="/">home</a>
</li>
<li>
<a href="/about-me.html">about me</a>
</li>
<li>
<a href="/blog.html">BLOG?????</a>
</li>
</ul>
</nav>
</header>
<h1>HELLO</h1>
<p>hey uh my name is odette, i am currently of the she/they/it variety. In the time I have spent not working on this website I am no longer sick, but I feel it would be good to continue to work on it, websites are cool.</p> <p>hey uh my name is odette, i am currently of the she/they/it variety. In the time I have spent not working on this website I am no longer sick, but I feel it would be good to continue to work on it, websites are cool.</p>
</body> </body>
</html> </html>

View File

@ -7,24 +7,26 @@
</head> </head>
<body> <body>
<header> <header>
<nav> <nav>
<ul> <ul>
<li> <li>
<h1>Puppygirl.systems</h1> <h1>Puppygirl.systems</h1>
</li> </li>
<li> <li>
<a href="/">home</a> <a href="/">home</a>
</li> </li>
<li> <li>
<a href="/about-me.html">about me</a> <a href="/about-me.html">about me</a>
</li> </li>
<li> <li>
<a href="/blog.html">BLOG?????</a> <a href="/blog.html">BLOG?????</a>
</li> </li>
</ul> </ul>
</nav> </nav>
</header> </header>
<p>this is my first website, I'm making this while waiting for me to stop being sick. This is my first time doing any sort of HTML or CSS so it probably wont look that good. this one really needs to work on its website, lack of motivation *sucksss*</p> <section>
<p>this is my first website, I'm making this while waiting for me to stop being sick. This is my first time doing any sort of HTML or CSS so it probably wont look that good. this one really needs to work on its website, lack of motivation *sucksss*</p>
</section>
<hr/> <hr/>
<section> <section>
<h2>COOL people I know with 88x31s</h2> <h2>COOL people I know with 88x31s</h2>
@ -52,9 +54,7 @@
<a href='https://vivians-location.neocities.org/'>Vivian</a> <a href='https://vivians-location.neocities.org/'>Vivian</a>
<a href='https://br1dg3tt3.carrd.co/'>Br1dg3tt3</a> <a href='https://br1dg3tt3.carrd.co/'>Br1dg3tt3</a>
</section> </section>
<section> <hr/>
$[echo foo]
</section>
<footer> <footer>
<a href="https://Puppygirl.systems"> <a href="https://Puppygirl.systems">
<img src="https://puppygirl.systems/images/88x31.png" alt="88x31 puppygirl.systems"> <img src="https://puppygirl.systems/images/88x31.png" alt="88x31 puppygirl.systems">
@ -62,4 +62,4 @@
</footer> </footer>
</body> </body>
</html> </html>
b