質問編集履歴

1

詳細をより書きました

2020/06/25 11:34

投稿

yshk0402
yshk0402

スコア10

test CHANGED
File without changes
test CHANGED
@@ -29,3 +29,21 @@
29
29
  なるべく簡潔なコードで収まると嬉しいです。
30
30
 
31
31
  ご教授お願いします。
32
+
33
+ ```css
34
+
35
+ .circle1{
36
+
37
+ width: 25%;
38
+
39
+ height: 25%;
40
+
41
+ border-radius: 50%;
42
+
43
+ background-color: skyblue;
44
+
45
+ }
46
+
47
+ ```
48
+
49
+ このようにパーセントで円を描いたときに、正円にならずに悩んでいます。