×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: CSS
Posted by: Dmitriy Motrenko
Added: Aug 31, 2014 5:46 PM
Modified: Aug 31, 2014 5:48 PM
Views: 1799
Tags: no tags
  1. #pages {
  2.         width: 960px;
  3.         margin: 0 auto;
  4.         margin-top: 30px;
  5. }
  6.  
  7. .handheld, #tabs {
  8.         display: none;
  9. }
  10.  
  11. .foodlist {
  12.         float: left;
  13.         width: 320px;
  14. }
  15.