Skip to content

Commit

Permalink
It really is tho.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Aug 17, 2024
1 parent 8a743d7 commit c96af62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions site/index.html.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default <>

<div id='root'>
<h1>A case for vanilla JSX</h1>
<small>(Because vanilla is actually delicious.)</small>

<Q>What if JSX just returned DOM elements?</Q>
<Sample which="sample1" />
Expand Down
7 changes: 6 additions & 1 deletion site/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ p.q {
}

h1 {
margin-bottom: 2em;
margin-bottom: 0.25em;
}

h1+small {
display: block;
margin-bottom: 7em;
}

.sample {
Expand Down

0 comments on commit c96af62

Please sign in to comment.