質問編集履歴

1

HTMLの修正

2020/04/13 12:51

投稿

yu_003
yu_003

スコア8

test CHANGED
File without changes
test CHANGED
@@ -36,17 +36,25 @@
36
36
 
37
37
  ```HTML
38
38
 
39
+ <section>
40
+
41
+ <div id="skil">
42
+
43
+ <h1>スキル</h1>
44
+
45
+ <ol>
46
+
39
-          <li>
47
+ <li>
40
48
 
41
49
  <div class="logo">
42
50
 
43
- <img src="src/ExcelVBA.png" alt="ExcelVBA">
51
+ <img src="src/ExcelVBA.png" alt="ExcelVBAロゴ">
44
52
 
45
53
  <p>VBA</p>
46
54
 
47
55
  <div class="star">
48
56
 
49
- <div class="star-item star1"></div>
57
+ <div class="star-item star2"></div>
50
58
 
51
59
  </div>
52
60
 
@@ -54,7 +62,13 @@
54
62
 
55
63
  </li>
56
64
 
65
+ </ol>
66
+
57
- <li>
67
+ </div>
68
+
69
+ </section>
70
+
71
+
58
72
 
59
73
 
60
74
 
@@ -112,15 +126,19 @@
112
126
 
113
127
 
114
128
 
115
- .star1 {
129
+ .star2 {
116
130
 
117
- width:20%;
131
+ width:40%;
118
132
 
119
133
  text-align: center;
120
134
 
121
135
  justify-content:center;
122
136
 
123
137
  }
138
+
139
+
140
+
141
+
124
142
 
125
143
  ### 試したこと
126
144