回答編集履歴
1
単位を合わせる
answer
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
.box {
|
10
10
|
width: 100px;
|
11
11
|
height: 100px;
|
12
|
-
border-radius:
|
12
|
+
border-radius: 50%;
|
13
13
|
position: relative;
|
14
14
|
overflow: hidden;
|
15
15
|
}
|