Tiffany Brown

Tiffany Brown

Tiffany B. Brown is a freelance web developer and technical writer based in Los Angeles. Brown offers web development and consulting services to larger agencies and small businesses. A former member of the Opera Software developer relations team, Brown is also co-author of SitePoint's JumpStart HTML5 book. She sporadically writes about web development technology on her blog. You can follow her on Twitter at @webinista.

Tiffany's articles

Creating Flexible Layouts with Flexbox
Creating Flexible Layouts with Flexbox
HTML & CSS

By Tiffany Brown,

Tiffany Brown introduces Flexbox, explaining the basic principles behind flex layout, with examples of laying out a basic media object, flexible form components, vertical centering, and creating grid-like layouts, as well as explaining when to use Flexbox over CSS Grid.

Creating Layouts with CSS Grid
Creating Layouts with CSS Grid
HTML & CSS

By Tiffany Brown,

Tiffany Brown introduces the basics of CSS Grid, covering the grid formatting context, defining a grid layout, explicit versus implicit grids, specifying track size for an implicit grid, creating flexible grids with flex units, using the grid-template shorthand property, and repeating rows and columns.

CSS Selectors: Pseudo-elements
CSS Selectors: Pseudo-elements
Blogs

By Tiffany Brown,

The CSS Pseudo-elements Module Level 4 specification clarifies behavior for existing pseudo-elements and defines several new ones. Only a few, however, have any degree of support in current browsers. Those are the ones we’ll talk about in this article.

Server-sent Events
Server-sent Events

Read Server-sent Events and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.