Display matching media query and browser width/height.

Display matching media query and browser width/height at the bottom of the viewport.
This commit is contained in:
Alphan Gunayin
2012-07-24 14:12:43 -04:00
parent 7ab682091d
commit 1d5d5b8d04
4 changed files with 37 additions and 1 deletions

View File

@@ -240,3 +240,15 @@
width: 0;
height: 0;
}
/* #Debug
================================================== */
#debug{
background: rgba(0, 0, 0, 0.5);
bottom: 0;
color: rgba(255, 255, 255, 1);
height: 20px;
position: fixed !important;
width: 100%;
}