this repo has no description

The oomfs aquired websites

chigiri.avif

This is a binary file and will not be displayed.

+19
index.css
···
fill: hsl(145deg, 78%, 48%);
}
}
+
+
.oomfs {
+
display: flex;
+
flex-direction: row;
+
}
+
+
.oomf {
+
padding: 10px;
+
}
+
+
.oomf-img {
+
transition: transform 0.3s ease;
+
margin: 2px;
+
max-width: 5rem;
+
+
&:hover {
+
transform: scale(1.1);
+
}
+
}
+22
index.html
···
</div>
</section>
+
<section class="card" style="--card-colour: var(--colour-red)">
+
<header class="card-header">
+
<h3>Oomfies and Pookies &lt3</h3>
+
</header>
+
<div class="card-body oomfs">
+
<div class="oomf">
+
<p>Starsshineforme (zizi)</p>
+
<a href="https://starsshineforme.straw.page/">
+
<img class="oomf-img" src="chigiri.avif" alt="chigiri image to reprecent starsshineforme">
+
</a>
+
</div>
+
+
<div class="oomf">
+
<p>Sluggishghost (spence)</p>
+
<a href="">
+
<img class="oomf-img" src="kunigami.webp" alt="chigiri image to reprecent starsshineforme">
+
</a>
+
</div>
+
+
</div>
+
</section>
+
</main>
</body>
kunigami.webp

This is a binary file and will not be displayed.