fix markup

This commit is contained in:
Rhiannon Morris 2024-09-27 18:10:12 +02:00
parent ee8fec9831
commit f2513321da
2 changed files with 7 additions and 5 deletions

View file

@ -54,13 +54,13 @@
<section id=hello> <section id=hello>
<h2> hey </h2> <h2> hey </h2>
<p> im niss. whats up <p> im niss. whats up </p>
<noscript> <noscript>
<p> this page needs javascript for the full effect, sorry. <p> this page needs javascript for the full effect, sorry. </p>
<p> it was hard enough to make it work cross-browser as it is. <p> it was hard enough to make it work cross-browser as it is.
<small>[grumbles at safari]</small> <small>[grumbles at safari]</small> </p>
</noscript> </noscript>
</section> </section>
@ -429,7 +429,7 @@
</section> </section>
<section id=nissbuttons> <section id=nissbuttons>
<p>if you wanna link to me:</p> <h3>if you wanna link to me:</h3>
<img src=8831.png alt='niss button' title='by me'> <img src=8831.png alt='niss button' title='by me'>
<img src=8831-quox.png alt='q.t. button' title='by candiedreptile'> <img src=8831-quox.png alt='q.t. button' title='by candiedreptile'>
</section> </section>

View file

@ -493,7 +493,9 @@ strong { font-weight: 700; }
gap: 1em; gap: 1em;
} }
#nissbuttons p { #nissbuttons h3 {
font-size: 1rem;
font-weight: 500;
text-align: right; text-align: right;
text-wrap: balance; text-wrap: balance;
} }