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のプロパティ一覧

Last updated at Posted at 2020-04-22

筆者はプログラミング歴1年の新参者です。
今までアプリ開発の仕事をしていたのですが、コロナショックで凍結になり、Web関連に異動することになりました。

そこで、逃げていたCSSの学習をしています。

備忘録にHTMLのタグ一覧を投稿します。

#CSSのプロパティ一覧

  • color:#dddddd;
    文字の色

  • font-size:00px;
    文字のサイズ(単位ピクセル)

  • font-family:"Avenir Next";
    文字の種類(明朝体等)

  • background-color:#dddddd;
     背景色

  • width:00px;
    横幅(単位ピクセル)

  • heght:00px;
    縦幅(単位ピクセル)

  • float:left
    横並びにする

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?