質問するログイン新規登録

質問編集履歴

1

CSS追加

2018/10/09 07:35

投稿

Fujiman
Fujiman

スコア41

title CHANGED
File without changes
body CHANGED
@@ -13,4 +13,16 @@
13
13
 
14
14
  解決する方法はあるでしょうか?
15
15
 
16
+ ```CSS
17
+ .stamp .circle span {
18
+ height:160px; /* 回転半径 */
19
+ width: 40px;
20
+ position: absolute;
21
+ display: inline-block;
22
+ left: 0;
23
+ bottom: 0;
24
+ -webkit-transform-origin: bottom center;
25
+ transform-origin: bottom center;
26
+ }
27
+ ```
16
28
  ![イメージ説明](485344ec5431bcedfb99cd7d14e45ddd.png)