🍻
Pinned Loading
-
beer-temp-alerter
beer-temp-alerter PublicA raspberry pi pico-w that measures bottle temp that syncs with another pico-w that shows different color LED depending on the temp.
Python
-
-
pico-w-send-recieve-wifi
pico-w-send-recieve-wifi PublicConnect two rpi pico w to eachother over wifi. They will toggle the onboard led of each device when connected.
Python
-
-
fluid typography in scss
fluid typography in scss 1// Define the base font-size and line-height
2$base-font-size: 16px;
3$base-line-height: 1.5;
45// Define a mixin for setting font-size and line-height in rem units
-
alpinejs contrast setting text-color...
alpinejs contrast setting text-color and border-color depending on background-color 1<div class="bg-{{ $backgroundColor }}" x-data="colorContrast()" x-bind:class="textColorClass">
2<p>Text som ska ändra färg beroende på bakgrundsfärg</p>
3<a class="leading-non inline-block rounded-3xl border px-6 py-4 text-xs font-bold no-underline" href="{{ $card['card_button']['url'] }}" x-bind:class="borderColorClass">
4{{ $card['card_button']['title'] }}
5</a>
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.