Implementation of CSS3 Media Query


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

Implementation of CSS3 Media Query


Copy this code and paste it in your HTML
  1. @media screen and (min-width: 1388px) {
  2. .page-template-template-home-php #footer-wrapper {z-index:20; background:transparent; border-top-width:0;}
  3. .page-template-template-home-php .footer-widget-area {border-top:#eee solid 2px;}
  4. }

URL: http://eckstein.id.au/12438/general-technology/min-width-css

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.