fix markup
This commit is contained in:
parent
ee8fec9831
commit
f2513321da
2 changed files with 7 additions and 5 deletions
|
@ -54,13 +54,13 @@
|
|||
<section id=hello>
|
||||
<h2> hey </h2>
|
||||
|
||||
<p> i’m niss. what’s up
|
||||
<p> i’m niss. what’s up </p>
|
||||
|
||||
<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.
|
||||
<small>[grumbles at safari]</small>
|
||||
<small>[grumbles at safari]</small> </p>
|
||||
</noscript>
|
||||
</section>
|
||||
|
||||
|
@ -429,7 +429,7 @@
|
|||
</section>
|
||||
|
||||
<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-quox.png alt='q.t. button' title='by candiedreptile'>
|
||||
</section>
|
||||
|
|
|
@ -493,7 +493,9 @@ strong { font-weight: 700; }
|
|||
gap: 1em;
|
||||
}
|
||||
|
||||
#nissbuttons p {
|
||||
#nissbuttons h3 {
|
||||
font-size: 1rem;
|
||||
font-weight: 500;
|
||||
text-align: right;
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue