Skip to content
View SimonPadbury's full-sized avatar

Organizations

@Progenitor-Theme
Block or Report

Block or report SimonPadbury

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. baselayer-3 baselayer-3 Public

    A modern starter CSS library with container queries, a real CSS grid system, clamp() powered typography and spacing sizes, color-mix() shade utilities, and custom properties.

    CSS 1 1

  2. codebase-frontend-library/codebase-5 codebase-frontend-library/codebase-5 Public

    A business class CSS style library for the modern web

    SCSS 14 2

  3. restart-css restart-css Public

    A modern CSS reset plus a few ultra minimal styles – with dark mode compatibility.

    HTML

  4. eleventy-blog-starter-theme eleventy-blog-starter-theme Public

    Blogging with Eleventy. Docs in the wiki and as demo posts.

    HTML

  5. bookmarks bookmarks Public

    Should have done this years ago

    1

  6. sticky-note.css sticky-note.css
    1
    .sticky {
    2
      position: absolute;
    3
      right: 0;
    4
      z-index: 150;
    5
      transform: rotate(5deg);