Table column responsive arrangement with CSS

Homimoulley

New Member
So I have a table with one row and two columns--the thing is I would like the columns to stack on top of each other for small screens. Does anyone know if this is possible using pure CSS? \[code\]<tr><td></td><td></td></tr>\[/code\]
 
Back
Top