themes - Problem with my CSS? -
OK, link is free to help me see the source, and my CSS file, anyway for any reason The body is overlaying the header and I do not want this, please help?
That's because your header is floating left and not Besides, some advice because your HTML looks bad: # container Clear
: Use both
# container in style .
& lt; Link & gt; inside the tag
& lt; Head & gt; should be the tag. In your case, that particular
& lt; Font & gt;
tags to
& lt; H1 & gt; because it is the title of the site, you can use something like this:
& lt; Div id = "container" & gt; & Lt; Div id = "header" & gt; & Lt; H1 & gt; Gaming house & lt; / H1> & Lt; / Div & gt; & Lt; Div id = "content" & gt; & Lt; P & gt; Hi & lt; / P & gt; & Lt ;! - luggage - & gt; & Lt; / Div & gt; & Lt; / Div & gt;
Comments
Post a Comment