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.

CSSの基礎知識

Posted at

#CSS基礎知識について
CSSとは Cascading Style Sheet の略である。
主にWebページをデザインするための言語で、文字の大きしゃ行間、色配置などHTMLのレイアウトに対してデザインの命令をする言語である。
##CSSの基本文法
CSSは、セレクタ{プロパティ:値;}といった記述をする。

##CSSの読み込み
CSSをhtmlに読み込むためには、htmlのheadタグないでlinkタグを用いて読み込むことができる。

###CSSのセレクタの種類は数が多すぎるので今回は割愛する
便利だと思ったものは学習次第記述していく。

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?