LoginSignup
0
1

More than 3 years have passed since last update.

200520学習記録:デフォルトCSSのリセット

Posted at

ブラウザのデフォルトでマージンや余白、文字サイズなどが指定されている。
CSSを適用するために、一度それをリセットする。

headに以下の一文を入れる。本来読み込むフCSSファイルはその下に入れる。

<link rel="stylesheet" href="https://unpkg.com/ress/dist/ress.min.css">
<link rel="stylesheet" href="css/style.css">
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1