Groups
Groups
Sign in
Groups
Groups
Design the Web with CSS
Conversations
About
Send feedback
Help
How to remove the white space at the top of the page?
33 views
Skip to first unread message
justaguy
unread,
Jul 14, 2013, 10:40:09 AM
7/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to css-d...@googlegroups.com
I'm stumbled by the following CSS issue,
http://www.knowledgenotebook.com/index2.html
How do we fix it?
Thanks.
Sachin Raghav
unread,
Sep 30, 2013, 10:15:30 PM
9/30/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to css-d...@googlegroups.com
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;
Reply all
Reply to author
Forward
0 new messages