🔑👗 Checkpoint
./styles/zines.css:69682263/207 ./zines/index.html:69682263/308
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
.artist {
|
||||
font-size: 2.5rem;
|
||||
li {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h2, p {
|
||||
display: inline;
|
||||
}
|
||||
@ -58,17 +58,22 @@
|
||||
<h1>The Zines!</h1>
|
||||
</header>
|
||||
|
||||
<div id="zine-container">
|
||||
<ul id="zine-container">
|
||||
<!-- Auto populated by scripts/zines.js -->
|
||||
<div class="intro">
|
||||
<li class="artist">
|
||||
<h2>
|
||||
lee
|
||||
</h2>
|
||||
<p>
|
||||
is making a physical/digital zine about...
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<blockquote>
|
||||
<p>
|
||||
something about gender or shit idk let this wrap onto a new line
|
||||
</p>
|
||||
</blockquote>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user