Upgrade to Pro — share decks privately, control downloads, hide ads and more …

TIL about love minus zero/no limit

TIL about love minus zero/no limit

Lightning talk about an Internet Explorer bug fix. A sequel to https://speakerdeck.com/gunnarbittersmann/til-about-text-orientation

Gunnar Bittersmann

April 20, 2020
Tweet

More Decks by Gunnar Bittersmann

Other Decks in Programming

Transcript

  1. TIL
    about
    love minus zero
    no limit

    View Slide

  2. ©
    YOURS TRULY

    View Slide

  3. © YOURS TRULY

    View Slide

  4. View Slide

  5. footer {
    position: absolute;
    bottom: 0;
    right: 0;
    writing-mode: vertical-rl;
    transform: rotate(0.5turn);
    text-orientation: sideways;
    }

    View Slide

  6. footer {
    position: absolute;
    bottom: 0;
    right: 0;
    writing-mode: tb-lr;
    writing-mode: vertical-rl;
    transform: rotate(0.5turn);
    text-orientation: sideways;
    }
    ©
    YOURS TRULY

    View Slide

  7. footer {
    position: absolute;
    bottom: 0;
    right: 0;
    writing-mode: tb-lr;
    writing-mode: vertical-rl;
    transform: rotate(0.5turn);
    text-orientation: sideways;
    }
    ©
    YOURS REALLY REALLY
    TRULY

    View Slide

  8. footer {
    position: absolute;
    bottom: 0;
    right: 0;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(0.5turn);
    text-orientation: sideways;
    }

    View Slide

  9. footer {
    position: absolute;
    bottom: 0;
    right: 100px;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(0.5turn);
    text-orientation: sideways;
    }

    View Slide

  10. ©
    YOURS REALLY REALLY
    TRULY
    footer {
    position: absolute;
    bottom: 0;
    left: 0;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(0.5turn);
    text-orientation: sideways;
    }

    View Slide

  11. ©
    YOURS REALLY REALLY
    TRULY

    View Slide

  12. footer {
    position: absolute;
    bottom: 0;
    right: 10%;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(0.5turn);
    text-orientation: sideways;
    }
    ©
    YOURS REALLY REALLY
    TRULY

    View Slide

  13. footer {
    position: absolute;
    bottom: 0;
    right: 0%;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(0.5turn);
    text-orientation: sideways;
    }
    ©
    YOURS REALLY REALLY
    TRULY

    View Slide

  14. footer {
    position: absolute;
    bottom: 0;
    right: 0%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(0.5turn);
    text-orientation: sideways;
    }
    ©
    YOURS REALLY REALLY
    TRULY

    View Slide

  15. footer {
    position: absolute;
    bottom: 0;
    right: 0%;
    writing-mode: vertical-rl;
    transform: rotate(0.5turn);
    text-orientation: sideways;
    }
    ©
    YOURS REALLY REALLY
    TRULY

    View Slide

  16. View Slide