Search

Nalezeno "go media": 2994

People Digging into Grid Sizing and Layout Possibilities


Jen Simmons has been coining the term intrinsic design, referring to a new era in web layout where the sizing of content has gone beyond fluid columns and media query breakpoints and into, I dunno, something a bit more exotic. For example, columns that are sized more by content and guidelines than...

Jak na Instagram: 10 rad a tipů od profesionální influencerky


Instagram nepřestává poutat pozornost: tam, kde se jednotlivým uživatelům snadno sbírají srdíčka, mají podobnou šanci i značky. Na to, jak – alespoň pro začátek – zaujmout, přitom stačí dodržovat pár základních pravidel. Není to tajemství, ale je třeba ptát se na správných místech....

Look Ma, No Media Queries! Responsive Layouts Using CSS Grid


Not only has CSS Grid reshaped the way we think and build layouts for the web, but it has also contributed to writing more resilient code, replacing "hacky" techniques we've used before, and in some cases, killing the need to rely on code for specific resolutions and viewports. What's so cool about...

Trendy na sociálních sítích v roce 2019. Co nás čeká a nemine?


V roce 2018 nás sociální sítě doslova zásobovaly inovacemi a novinkami – Instagram spustil vlastní kanál IGTV, Facebook přišel s novým algoritmem… a otázkou zůstává, co na nás chystají tento rok? Přinášíme vám souhrn všech nadcházejících trendů i předpovědí, které si nesmíte nechat ujít. 1. Ještě...

How @supports Works


CSS has a neat feature that allows us to test if the browser supports a particular property or property:value combination before applying a block of styles — like how a @media query matches when, say, the width of the browser window is narrower than some specified size and then the CSS within...

Where Do You Nest Your Sass Breakpoints?


I love nesting my @media query breakpoints. It's perhaps the most important feature of Sass to me. Maybe I pick a method and do it like this: .element { display: grid; grid-template-columns: 100px 1fr; @include breakpoint(baby-bear) { display: block; } } That's straightforward enough....

How to Change Animated GIF Speed


Comedians would tell you that timing is the most important part of any joke. The same could be said about animated GIFs; whether they’re used as a meme or to illustrate a process, the speed of an animated GIF can effect its effectiveness. With that idea in mind, I set about trying to figure...

prefers-color-scheme: CSS Media Query


One device and app feature I’ve come to appreciate is the ability to change between light and dark modes. If you’ve ever done late night coding or reading, you know how amazing a dark theme can be for preventing eye strain and the headaches that result. macOS recently implemented...

Microsoft odstavuje Windows Media Center. A na kahánku má i Windows Media Player


Windows Media Center je prostředí, kterým chtěl Microsoft dostat operační systém do obýváků. Nadstavba pro Windows umožňovala pohodlné ovládání dálkovým ovladačem a přístup k multimediálnímu obsahu v počítači. Prostředí už není od nástupu Windows 10 dále vyvíjeno, nyní mu končí podpora online

Clive Ryan (regionální ředitel Facebooku): Jaké jsou e-commerce trendy v roce 2019


Poslední roky nás učí, že předpovídat takřka cokoliv je těžší, než kdy dřív. Nemám pochyby o tom, že i letos můžeme čekat mnoho nepředvídaného. Můžeme se ale spolu podívat na to, jestli a jak se v roce 2019 dlouhodobě pozorované trendy promítnou u nás v Evropě. Zítra je vloni Jediná… Číst dále The...

Algorithmic Layouts


Don't miss this video by Heydon that digs into CSS layouts. It's great how he combines fundamental knowledge, like the way elements flow, wrap, and can have margin with new layout methods like flexbox and grid (with specific examples). Of particular note is the clear demonstration of how flexbox...

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