CSSは次のとおりです。
header { width: 400px; margin: 0 auto; } section { width: 400px; margin: 0 auto; } footer { width: 400px; margin: 0 auto; }
私が持っているindex.htmlのクエリは次のとおりです。
<link rel="stylesheet" href="mobile.css" type="text/css" media="handheld" />
正しいように見えますが、間違っている可能性があります。