#4caf50 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #4caf50, aggregated by home.social.
-
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,…
https://devnews.tech/external-fscss/?utm_source=mastodon&utm_medium=jetpack_social
-
Learn how to create a custom input form for your Obsidian notes! 🌟 This guide walks you through designing an HTML form to collect health data and integrate it into Obsidian. Enhance your note-taking workflow and streamline your data entry process! 💻📋
https://en.ileif.de/2024/10/27/form-base-entry-for-obsidian/