Bruce Lefebvre / @brucelefebvre
* This website is best viewed in the First WorldMat Marquis
It’s called forking, and it’s a forking nightmare from a maintenance perspective.Karen McGrane
html.touch div {
/* touch specific styles */
}
Fluid grids, flexible images, and media queries are the three technical ingredients for responsive web design.Ethan Marcotte
Fluid grids, flexible images, and media queries are the three technical ingredients for responsive web design.- Ethan Marcotte
/* Large desktop */
@media (min-width: 1200px) { ... }
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) { ... }
/* Landscape phones and down */
@media (max-width: 480px) { ... }
Fluid grids, flexible images, and media queries are the three technical ingredients for responsive web design.Ethan Marcotte
Fluid grids, flexible images, and media queries are the three technical ingredients for responsive web design.Ethan Marcotte
Embrace the cascade.Stephanie Rieger
Fluid grids, flexible images, and media queries are the three technical ingredients for responsive web design.Ethan Marcotte
Everyone is now trying to return the web to it's inherently fluid state. And that's perfect.Brad Frost