Search

Nalezeno "Text": 14370

Rotated Table Column Headers… Now With Fewer Magic Numbers!


Rotated <table> column headers is something that’s been covered before right here on CSS-Tricks, so shout-out to that for getting me started and helping me achieve this effect. As the article points out, if you aren’t using trigonometry to calculate your table styles, you’ll have to rely...

Overlapping Header with CSS Grid


Snook shows off a classic design with an oversized header up top, and a content area that is “pulled up” into that header area. My mind goes to the same place: Historically, I’ve done this with negative margins. The header has a height that adds a bunch of padding to the bottom...

[aktualita] Tesco Zásilka dostala upgrade, nově umožňuje složit si vlastní obsah


Objednávková online služba Tesco Zásilka, kterou společnost Tesco spustila v době koronavirové karantény, aby obchodní řetězec alespoň základním způsobem pokryl zákazníky po celé České republice, nově nabízí možnost složit si vlastní nákup. V nabídce je přes 1000 produktů.  Původní služba tvořila...

[aktualita] Microsoft v Praze po Skypu či Teams začíná vyvíjet i cloud Azure


Microsoft v Praze rozjel další rozšiřování svého vývojového centra. Podle informací Lupy v českém hlavním městě začal budovat sekci, která se bude zabývat vývojem jedné z částí celosvětového cloudu Azure, který s dalšími cloudovými technologiemi stojí za hlavním růstem Microsoftu v posledních...

Increment Issue 13: Frontend


Increment is a beautiful quarterly magazine (print and web) published by Stripe “about how teams build and operate software systems at scale”. While there is always stuff about making websites in general, this issue is the first focused on front-end¹ development. I’ve got...

Global CSS options with custom properties


With a preprocessor, like Sass, building a logical “do this or don’t” setting is fairly straightforward: $option: false; @mixin doThing { @if $option { do-thing: yep; } } .el { @include doThing; } Can we do that in native CSS with custom properties? Mark Otto shows...

Building Your First Serverless Service With AWS Lambda Functions


Many developers are at least marginally familiar with AWS Lambda functions. They’re reasonably straightforward to set up, but the vast AWS landscape can make it hard to see the big picture. With so many different pieces it can be daunting, and frustratingly hard to see how they fit seamlessly into...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace