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;
}