Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そのため、私のサイトへのホームページは、Firefox または IE で正しく中央に配置されません。クロムとサファリでうまく機能しているようです。私のサイトはhttp://koltondallas.com/にあります。
type 属性が間違っています:
これ: <link href="style.css" type="text/ccss" rel="stylesheet"></link>
<link href="style.css" type="text/ccss" rel="stylesheet"></link>
次のようにする必要があります。 <link href="style.css" type="text/css" rel="stylesheet"></link>
<link href="style.css" type="text/css" rel="stylesheet"></link>