First, remove default margin from body and heading tags.
just add this bunch of code in your css file.
body,div,h1,h2,h3,h4,h5,h6,p{
margin: 0px;
padding: 0px;
}
On Sunday, July 14, 2013 8:10:09 PM UTC+5:30, justaguy wrote:
I'm stumbled by the following CSS issue,How do we fix it?Thanks.
--
--
You received this because you are subscribed to the "Design the Web with CSS" at Google groups.
To post: css-design@googlegroups.com
To unsubscribe: css-design-unsubscribe@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "Design the Web with CSS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to css-design+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.