Skip to content
View tflight's full-sized avatar

Highlights

  • Pro

Block or report tflight

Report abuse

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

Report abuse
tflight/README.md

🟰 > ➗

Pinned Loading

  1. auth-example auth-example Public

    Slim Auth Middleware example, not secure

    PHP 10 5

  2. Responsive Bootstrap 4 Borders Responsive Bootstrap 4 Borders
    1
    // @link https://github.com/twbs/bootstrap/issues/23892#issuecomment-396831166
    2
    
                  
    3
    @each $breakpoint in map-keys($grid-breakpoints) {
    4
      @include media-breakpoint-up($breakpoint) {
    5
        $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
  3. Boostrap 4 Stackable Tables Boostrap 4 Stackable Tables
    1
    .table-stack {
    2
      display: block;
    3
    }
    4
    
                  
    5
    .table-stack tr {
  4. Add an overlay to Bootstrap 4 cards ... Add an overlay to Bootstrap 4 cards with stretched links inside.
    1
    .card:hover .stretched-link::after{
    2
        background-color: rgba(0,0,0,0.3);
    3
    }
  5. psr7-static-cache psr7-static-cache Public

    Quick Hack to take a PSR-7 response and save it as a static page

    PHP

  6. tflight tflight Public