this repo has no description

The oomfs aquired websites

+41
chigiri.avif

This is a binary file and will not be displayed.

+19
index.css
··· 51 51 fill: hsl(145deg, 78%, 48%); 52 52 } 53 53 } 54 + 55 + .oomfs { 56 + display: flex; 57 + flex-direction: row; 58 + } 59 + 60 + .oomf { 61 + padding: 10px; 62 + } 63 + 64 + .oomf-img { 65 + transition: transform 0.3s ease; 66 + margin: 2px; 67 + max-width: 5rem; 68 + 69 + &:hover { 70 + transform: scale(1.1); 71 + } 72 + }
+22
index.html
··· 55 55 </div> 56 56 </section> 57 57 58 + <section class="card" style="--card-colour: var(--colour-red)"> 59 + <header class="card-header"> 60 + <h3>Oomfies and Pookies &lt3</h3> 61 + </header> 62 + <div class="card-body oomfs"> 63 + <div class="oomf"> 64 + <p>Starsshineforme (zizi)</p> 65 + <a href="https://starsshineforme.straw.page/"> 66 + <img class="oomf-img" src="chigiri.avif" alt="chigiri image to reprecent starsshineforme"> 67 + </a> 68 + </div> 69 + 70 + <div class="oomf"> 71 + <p>Sluggishghost (spence)</p> 72 + <a href=""> 73 + <img class="oomf-img" src="kunigami.webp" alt="chigiri image to reprecent starsshineforme"> 74 + </a> 75 + </div> 76 + 77 + </div> 78 + </section> 79 + 58 80 </main> 59 81 60 82 </body>
kunigami.webp

This is a binary file and will not be displayed.