0
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 3 years have passed since last update.

VSCodeの環境構築・検証機能を知る

Last updated at Posted at 2021-01-17

デイトラWeb制作コース初級編DAY4の学び

【この記事に書いてあること】

 【学習時間】

2時間15分

 【学び】

  1. Live Serverは変更がリアルタイムで反映されるから便利

  2. 要素「hover」はその要素の上にカーソルが乗っている場合の見え方を変更する

  3. プロパティ「opacity」は透明度を変更する
     1だとそのままで、0に近づくほど完全な透明になっていく

  4. コーディングするときは検証画面を開いて確認しながら進める

  5. Chromeの検証で変更したソースコードは、そのままファイルにして保存できる
    <方法>
    ・変更する
    ・sourceタブを開く
    ・変更したファイルを右クリックし、「save as」
    ・保存完了

  6. Emmentを使えばコーディングスピードが上がる!
    参考サイト: Emmetの使い方とよく使うパターン集

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