Search
Nové stavebnice Lego propojují fyzický a virtuální svět
14.2.2019
Lego uvádí novou řadu stavebnic nazvanou Hidden Side. Poprvé nabídne propojení fyzického a virtuálního světa pomocí rozšířené reality: speciální aplikace promění telefon v nástroj, s jehož pomocí bude dítě odhalovat paranormální jevy a chytat duchy ve strašidelném městě, které si sestaví
CSS Ellipsis Beginning of String
18.12.2018
I was incredibly happy when CSS text-overflow: ellipsis (married with fixed width and overflow: hidden was introduced to the CSS spec and browsers; the feature allowed us to stop trying to marry JavaScript width calculation with string width calculation and truncation. CSS ellipsis was also very...
Accessible SVG Icons With Inline Sprites
7.12.2018
This is a great look at accessible SVG markup patterns by Marco Hengstenberg. Here's the ideal example:
<button type="button">
Menu
<svg class="svg-icon"
role="img"
height="10"
width="10"
viewBox="0 0 10 10"
aria-hidden="true"
focusable="false">
...
Stuff you can do with CSS pointer events
27.7.2018
Martijn Cuppens (the same fella with the very weird div!) has some more irresistible CSS trickery. Three of the examples are about making a child element trigger an event on a parent element (almost like the magic that is :focus-within).
Here's how I reasoned it out to myself:
You know how if...
20 Messages Hidden in 20 of the Most Recognizable Logos
2.4.2018
There’s a logo on just about everything these days – smartphones, snacks, cars, clothes – you name it. Some of them are simple while others host hidden messages that...
The post 20 Messages Hidden in 20 of the Most Recognizable Logos appeared first on Onextrapixel