Skip to content
View crispyabsurdist's full-sized avatar
Block or Report

Block or report crispyabsurdist

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. beer-temp-alerter beer-temp-alerter Public

    A raspberry pi pico-w that measures bottle temp that syncs with another pico-w that shows different color LED depending on the temp.

    Python

  2. pico-w-send-recieve-wifi pico-w-send-recieve-wifi Public

    Connect two rpi pico w to eachother over wifi. They will toggle the onboard led of each device when connected.

    Python

  3. wordpress-prod2stage-syncer wordpress-prod2stage-syncer Public

    Shell

  4. 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;
    4
    
                  
    5
    // Define a mixin for setting font-size and line-height in rem units
  5. 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>
  6. crispyabsurdist.github.io crispyabsurdist.github.io Public

    Personal website [WIP]

    HTML