How to center a p element in the screen without a body or html element and create a black background
What I want to do is to use <p onclick=’this.innerHTML++’>0</p> and make this code have a black background that covers the whole screen and center the text in it. I want it to not have a body element or an html element as I just want the <p> element. I tried using box-shadows and the… Read More How to center a p element in the screen without a body or html element and create a black background