Advertisement
endarfernandes

Kode Menampilkan Struktur responsive

Nov 26th, 2016
2,853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.38 KB | None | 0 0
  1.     <style>
  2. /* CSS Media Queries */
  3.  
  4. @media (max-width:769px) { /* Setting Pada Ukuran Layar 769pixel Disini */
  5. #outer-wrapper { max-width:950px; width:100%; }
  6. }
  7.  
  8. @media (max-width:600px) { /* Setting Pada Ukuran Layar 600pixel Disini */
  9. #main-wrapper { margin:10px!important; }
  10. #sidebar-wrapper { margin:10px!important; position:relative; height:auto; width:auto; }
  11. }
  12.  
  13. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement