質問編集履歴
1
各項目に説明文を追記したいので、画像とコードを変更・追加しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,11 +4,12 @@
|
|
4
4
|
余白を作りすぎず、等間隔で配置したいです。
|
5
5
|

|
6
6
|
|
7
|
-
|
7
|
+
これが現在のになります。
|
8
|
+

|
8
9
|
### 該当のソースコード
|
9
10
|
|
10
11
|
```HTML
|
11
|
-
<div class= "skill">
|
12
|
+
<div class= "skill">
|
12
13
|
<a name="skill"></a>
|
13
14
|
<h2>SKILL</h2>
|
14
15
|
<p>未経験でありますが、頑張ります。</p>
|
@@ -18,14 +19,17 @@
|
|
18
19
|
<div class ="html">
|
19
20
|
<img src="img/programming0.png" width="40" height="40" alt="html">
|
20
21
|
HTML5/CSS
|
22
|
+
<P>わわわわわわわわあわわわあわわわわあわw</P>
|
21
23
|
</div>
|
22
24
|
<div class="php">
|
23
25
|
<img src="img/programming1.png" width="40" height="40" alt="php">
|
24
26
|
PHP
|
27
|
+
<P>わわわわわわわわあわわわあわわわわあわw</P>
|
25
28
|
</div>
|
26
29
|
<div class="wordpress">
|
27
30
|
<img src="img/wordpress.png" width="40" height="40" alt="wordpress">
|
28
31
|
WordPress
|
32
|
+
<P>わわわわわわわわあわわわあわわわわあわw</P>
|
29
33
|
</div>
|
30
34
|
<!--</div>-->
|
31
35
|
|
@@ -33,14 +37,13 @@
|
|
33
37
|
<div class="photoshop">
|
34
38
|
<img src="img/ps.png" width="40" height="40" alt="photoshop">
|
35
39
|
PhotoShop
|
40
|
+
<P>わわわわわわわわあわわわあわわわわあわw</P>
|
36
41
|
</div>
|
37
42
|
<div class="Illustrator">
|
38
43
|
<img src="img/ai.png" width="40" height="40" alt="illustrator">
|
39
44
|
Illustrator
|
45
|
+
<P>わわわわわわわわあわわわあわわわわあわw</P>
|
40
|
-
</div>
|
46
|
+
</div>```
|
41
|
-
|
42
|
-
|
43
|
-
```
|
44
47
|
CSSですが、いろいろ配置換えのコードは書いてみましたが、反応なかったので、ほぼ無記入状態にしております。
|
45
48
|
```CSS
|
46
49
|
skill{
|