WordPress シンプルテンプレート style.css は、例えば次のようにします。テーマ用の情報を掲載し、ブラウザのデフォルトのCSSをリセットしているだけです。
@charset "utf-8"; /* Theme Name: Simple Theme URI: https://www.hiro345.net/blogs/hiro345/ Description: シンプルなテーマ。 Author: hiro345 Version: 1.0 License: The Open Software License 3.0 License URI: http://www.opensource.org/licenses/OSL-3.0 */ /* reset */ html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, footer, figure, figcaption, nav { margin: 0; padding: 0; font-size: 100%; }
関連記事: