1
1

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で回転(transform rotate)を定義するときにハマったこと

Last updated at Posted at 2019-03-08

CSSで回転(transform rotate)を定義するときにハマったことがあるので、記録しておきます。

CSSで回転(transform rotate)を定義するときにハマったこと

transform: rotate(90deg);
のように書けばOKです。
これを
transform: rotate(90)deg;
のように書いてしまうと正しく解釈されないので注意して下さい。

終わりに

私は現在、Web3のサービスの開発をしています。詳しくはこちらの記事をご覧下さい。
無料でイーサリアムが当たる、Web3時代の寄付サイトを作った話

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?