Eliminating the document margin using CSS. Using CSS is the easiest way to remove the margins of your webpage: <style type="text/css"> body{ margin: 0; ...
確定! 回上一頁