1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

HTMLスーパー初心者、CodepenでBootstrapを使う

Last updated at Posted at 2021-11-09

HTMLスーパー初心者、すぐに手順を忘れる。

Bootstrap(公式)を使うときの設定方法を記載する。
都度設定が必要なので、注意。

Codepenの「⚙Settings」で設定

CSS設定

image.png
「Setting」から、「CSS」でbootstrapがあるか確認。
追加方法は、赤枠上の「🔍 Search for resources」欄で「bootstrap」を検索して追加する。

JS設定

image.png
bootstrap.jsのほかに、jQueryも追加すること。
追加方法は、赤枠上の「🔍 Search for resources」欄で「bootstrap」「jquery」を検索して追加する。

保存

image.png
各設定をしたら、「Save&Close」を押下して保存する。

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?