I wanted find out how i could inspect my print css just like when i inspect my elements with the normal css and i looked all over for plugins and such stuff
Like when you preview a print in chrome but where your able to inspect the elements
@media print {
p{color:red;}
..... my css
}
.sharebar {
position: absolute;
right: 0;
top: 0;
z-index: 195;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
text-transform: uppercase;
}
Chrome has this functionality out of the box in the DevTools - see CSS Media Type Emulation.
Do this in chrome:
Very detailed steps can be found here.
If you're using Firefox, you can use the Web Developer Toolbar for this (and many other good things!)
http://chrispederick.com/work/web-developer/
After installing the toolbar, the option can be found under CSS -> Display Styles By Media Type -> Display Print Styles.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With