🔑👗 Checkpoint

./styles/zines.css:69682263/207
./zines/index.html:69682263/308
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-13 01:50:18 +00:00
parent c851a6f599
commit 6e86c57af7
2 changed files with 16 additions and 6 deletions

View File

@ -1,3 +1,8 @@
.artist { li {
font-size: 2.5rem; list-style: none;
margin: 0;
}
h2, p {
display: inline;
} }

View File

@ -58,17 +58,22 @@
<h1>The Zines!</h1> <h1>The Zines!</h1>
</header> </header>
<div id="zine-container"> <ul id="zine-container">
<!-- Auto populated by scripts/zines.js --> <!-- Auto populated by scripts/zines.js -->
<div class="intro"> <li class="artist">
<h2> <h2>
lee lee
</h2> </h2>
<p> <p>
is making a physical/digital zine about... is making a physical/digital zine about...
</p> </p>
</div> <blockquote>
</div> <p>
something about gender or shit idk let this wrap onto a new line
</p>
</blockquote>
</li>
</ul>
</main> </main>
</div> </div>