Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove the padding in all browsers.
  • Loading branch information
VfanLee committed Dec 28, 2022
commit 66df1bceb01e48614d5f708a9ca7f9f20761e4ed
2 changes: 2 additions & 0 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ html {

/**
* Remove the margin in all browsers.
* Remove the padding in all browsers.
*/

body {
margin: 0;
padding: 0;
}

/**
Expand Down