How can I remove the margin of the body part from HTml? css with body { margin: 0; Even if you enter padding: 0;}, the top, bottom, left, right, and right margins appear as shown in the image below.
body { margin: 0; Even if you enter padding: 0;}
You have to hold the margin padding for html as well. DEMO
html
html, body { width: 100%; height: 100%; margin: 0; padding: 0; }
610 GDB gets version error when attempting to debug with the Presense SDK (IDE)
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
578 Understanding How to Configure Google API Key
881 /usr/bin/google-chrome:symbol lookup error:/usr/bin/google-chrome: undefined symbol:gbm_bo_get_modifier
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.