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?

CSSのメモ

Last updated at Posted at 2023-12-15

CSSの基本文法

基本文法
セレクタ {
    装飾の内容 ;
    }

image.png

easingについて

linear : 等速で変化する。安定型
ease-in : 徐々に加速する。勢い型
ease-out : 徐々に減速する。余韻型
ease-in-out : 加速してから減速する。

最近使用したCSSの種類一覧

  • transition
  • pointer-events
  • vertical-align

その他

googleフォントの読み込みCSS

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');

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?