質問編集履歴

1

CSS追加

2018/10/09 07:35

投稿

Fujiman
Fujiman

スコア41

test CHANGED
File without changes
test CHANGED
@@ -28,4 +28,28 @@
28
28
 
29
29
 
30
30
 
31
+ ```CSS
32
+
33
+ .stamp .circle span {
34
+
35
+ height:160px; /* 回転半径 */
36
+
37
+ width: 40px;
38
+
39
+ position: absolute;
40
+
41
+ display: inline-block;
42
+
43
+ left: 0;
44
+
45
+ bottom: 0;
46
+
47
+ -webkit-transform-origin: bottom center;
48
+
49
+ transform-origin: bottom center;
50
+
51
+ }
52
+
53
+ ```
54
+
31
55
  ![イメージ説明](485344ec5431bcedfb99cd7d14e45ddd.png)