Flip Myspace Tables


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <style type="text/css">
  2. table {
  3. direction: rtl;
  4. }
  5. table table table {
  6. direction: ltr;
  7. }
  8. </style>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.