Posts: 5
Name: Brett
Location: germany but from canada
|
Hey I was trying to make a template similar to one that i saw, but when I made it, the title would always be lower when viewed in mozilla, and did not fit with the template. Finally after looking at the code of the page, I found out that the style
*
{
margin: 0px;
padding: 0px;
}
fixed the whole problem. I'd like to understand what that does, I'm kind of lost.
Thanks
|