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:
12
stylesheets/skeleton.css
vendored
12
stylesheets/skeleton.css
vendored
@@ -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%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user