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.

30代からのプログラミング勉強 8日目【HTML/CSS編】

Last updated at Posted at 2020-12-02

昨日は少し逸れましたが再びHTML/CSSを学んでいきます。

##学習内容
###HTML/CSS

セクション
<section class=""></section>

区分けをする為のタグ。classを付与して使う。

インポート
@import url(ファイル名);

CSSファイルに記述すると別のCSSファイルを読み込む事が出来る。htmlに外部参照を複数書かなくてよくなる。

フォントを普通にする
font-weight: nomal;

デフォルトが太字の見出し等の文字を普通にする。

中央に揃える
text-align: center;

###CSSセレクター
特定の対象を選択する為の記述。特定のタグやクラスを指定する他にも○○の中にあるコレ、といった指定を行うことが可能。

##所感
新しい学びもありつつ復習もありつつなセクション内容。
この後は画像の表示やレスポンシブWebデザインについての講義となっていく様なので楽しみ。

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?