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.
以下のような感じだったのですが、不思議なことに「body」というクラスの要素はbodyタグだけなのでよくわかりません。誰かが似たようなことに遭遇しましたか?
body { background-image: url('img/bg2a.png'); color: #000; ... } .body { clear: both; margin: 0 auto; width: 1024px; }
[...]しかし、奇妙なことに、クラス「ボディ」の要素はボディタグだけなので、その理由はわかりません。
.bodyクラスを任意の要素に割り当てることができます。たとえば、次のようになります。
.body
<input type="text" class="body" />