Compare commits

..

4 Commits

Author SHA1 Message Date
896e0e17b4 woops we need images 2025-12-28 19:49:11 -08:00
3ba44a66d2 Merge branch 'locations' 2025-12-28 19:48:43 -08:00
cdb0697098 fix some border radii 2025-12-28 19:47:23 -08:00
db5764cec2 stop one 2025-12-28 19:46:22 -08:00
5 changed files with 8 additions and 2 deletions

View File

@ -35,6 +35,13 @@
<p><span class="card">Card one</span> has 16 total recipients.</p>
<ol>
<li class="stop">
<svg aria-hidden="true" viewBox="0 0 32 32" focusable="false"><circle stroke="none" cx="16" cy="16" r="10"></circle></svg>
<h2>California, USA</h2>
<img src="/img/one-00.jpg" alt="an open pop-up greeting card. the pop-up is an autumnal tree, and the inside of the card has autumn leaf designs. two small figurines sit on the card to hold it open flat."/>
</li>
</ol>
</main>
</body>
</html>

View File

@ -93,6 +93,7 @@ a {
text-decoration-color: var(--color-accent);
transition: text-decoration-thickness .5s;
padding: 0 .15rem;
border-radius: .15rem;
}
@media (any-hover: hover) {
@ -104,7 +105,6 @@ a {
a:focus-visible {
text-decoration: none;
outline: var(--color-accent) solid .15rem;
border-radius: .15rem;
}
ul {
@ -155,7 +155,6 @@ nav a {
nav a:focus-visible {
outline: none;
border-radius: 0;
color: var(--color-bg);
background-color: var(--color-accent);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 KiB

BIN
img/one-00.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 972 KiB