Tagged Questions
1
vote
1answer
211 views
Responsive design best practice: Duplicate html elements for media querying and SEO impact?
I have a page with, in order of html appearance, a figure tag, headgroup tag, and an article tag.
In order to make a page's design responsive using media queries, I need a different order for ...
1
vote
0answers
49 views
@Viewport @media use for input type?
I've searched high and low for some way to setup my HTML5/CSS3 for various devices. Going by screen resolution isn't the best route because some times the screen size of one device is the same as ...