Search

Nalezeno "Be Media": 2951

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...

How to Change the WordPress Media Upload Directory


One thing I’ve always missed about the “old” way of web development was the simplicity of FTP. No deploy scripts, no fuss: simple drag and drop of files and the files are there. I’ve used FTP for assets on this blog for over a decade but I’m finally ready to be lazy...

How to Add a User Stylesheet in Firefox


While many like to complain about CSS these days, it’s important to remember how amazing CSS is; the CSS language is: easy to learn easy to read easy to write simple to understand Web developers and designers alike love that CSS allows us to take text/media and present it in a beautiful...

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