On responsive text

Responsive text is a technique suggested by Frankie Roberto for adapting content depending on the screen size of the user. Text is wrapped in a span tag which has a class applied to it. When a media query is triggered the element can be hidden or shown using the css display property by targeting that class.

As a technique it's simple & effective. There are, however, some problems which would need addressing for the technique to be developed further:

As an idea responsive text also brings up two more important discussion points which I'll tackle in a future article:

Comment on G+ ~ Back to Contents