So here is my situation:
I have a div (see code below), quite simple. When I run the code, I come to the gray box. BUT, my intention was that this gray square flew from the very beginning of the browser window to the END of this browser window, and what the code below does is create a gray window with what appears to be a white frame.
<div style="height: 30px; background-color: gray; color: white;"> Hey </div>
I apologize for the lack of explanation, but I did not find a good way to say what I was trying to do. Thanks in advance,
Tom.
source share