I've been searching about this for a while with no luck, I'm just curious if this is possible.
Is it possible to include CSS rules directly in a php file with no HTML code?
img {
background: 0px 0px / 100% 100% no-repeat scroll rgb(12, 12, 12);
height: 100%;
width: 100%;
position: fixed;
}
I just have this piece of code and I don't think would be necessary to create a .css file to include just this small piece of code, otherwise I will create the css file.