I want to share with everyone this neat thing: Teeny-tiny Notes. This is inspired by Sylvia's Tiny Notes. You should also check out Katherine Yang's website as well. I ended up needing a simpler version, and I want a little tape on my notes, because that is how I always use them. Your teeny-tiny notes go here. It can be a quick note for the reader. Maybe I should have it on the side like Katherine, because this is really center of the page lol. Buy tomatoes from the farmers' market. How to usePaste the CSS into your blog styling, then paste and edit the HTML wherever you want to use it. @import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap'); /* ========== Tiny Notes (sticky notes) ========== */ .tiny-notes { width: 90vw; position: relative; left: calc(-45vw + 50%); } .tiny-notes ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5em; padding: 3em 0; } .tiny-notes > ul > li { width: 220px; min-height:…
No comments yet. Log in to reply on the Fediverse. Comments will appear here.