home.social

#4caf50 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #4caf50, aggregated by home.social.

  1. External FSCSS

    How to link external .fscss file to HTML:Step1:create .fscss file, write in same FSCSS and CSS codeExample: //Variables $primary-color: midnightblue; $bg-stack: #FF9955 url(image.png) No-repeat center; $border: 1px solid #4CAF50; $gradient: mx(#111, #222, #333, #444, #555,'#00f'); //body elem Body{ Background: linear-gradient(30deg, $gradient!); color: $primary-color!; } //Select by name $(name: foo){ Background: $bg-stack!; Border: $border!; %2(width,…

    devnews.tech/external-fscss/?u

  2. Learn how to cre­ate a cus­tom input form for your Obsid­i­an notes! 🌟 This guide walks you through design­ing an HTML form to col­lect health data and inte­grate it into Obsid­i­an. Enhance your note-tak­ing work­flow and stream­line your data entry process! 💻📋

    https://en.ileif.de/2024/10/27/form-base-entry-for-obsidian/