質問編集履歴
2
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,9 +8,7 @@
|
|
8
8
|
|
9
9
|
(背景色とボーダーの上側、右側の1pxほどの余白)
|
10
10
|
|
11
|
-
|
12
|
-
|
13
|
-
|
11
|
+
```html
|
14
12
|
|
15
13
|
<div id="nav">
|
16
14
|
|
@@ -18,9 +16,9 @@
|
|
18
16
|
|
19
17
|
<li class="list-title">一般歯科</li>
|
20
18
|
|
19
|
+
```
|
21
20
|
|
22
|
-
|
23
|
-
|
21
|
+
```css
|
24
22
|
|
25
23
|
#body{
|
26
24
|
|
@@ -62,6 +60,12 @@
|
|
62
60
|
|
63
61
|
|
64
62
|
|
63
|
+
```
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
|
65
69
|
CSSのリセット用には
|
66
70
|
|
67
71
|
http://html5doctor.com/html-5-reset-stylesheet/
|
@@ -80,21 +84,11 @@
|
|
80
84
|
|
81
85
|
よろしくお願いします。
|
82
86
|
|
83
|
-
```Html
|
84
87
|
|
85
|
-
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="ExmveZq" data-user="hare99" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
|
86
88
|
|
87
|
-
|
89
|
+
[Go to codepen](https://codepen.io/hare99/pen/ExmveZq)
|
88
90
|
|
89
|
-
該当のページ</a> by Tomo (<a href="https://codepen.io/hare99">@hare99</a>)
|
90
91
|
|
91
|
-
on <a href="https://codepen.io">CodePen</a>.</span>
|
92
|
-
|
93
|
-
</p>
|
94
|
-
|
95
|
-
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
|
96
|
-
|
97
|
-
```
|
98
92
|
|
99
93
|
|
100
94
|
|
1
コードのをcodepenを通してシェアしました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -79,3 +79,25 @@
|
|
79
79
|
|
80
80
|
|
81
81
|
よろしくお願いします。
|
82
|
+
|
83
|
+
```Html
|
84
|
+
|
85
|
+
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="ExmveZq" data-user="hare99" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
|
86
|
+
|
87
|
+
<span>See the Pen <a href="https://codepen.io/hare99/pen/ExmveZq">
|
88
|
+
|
89
|
+
該当のページ</a> by Tomo (<a href="https://codepen.io/hare99">@hare99</a>)
|
90
|
+
|
91
|
+
on <a href="https://codepen.io">CodePen</a>.</span>
|
92
|
+
|
93
|
+
</p>
|
94
|
+
|
95
|
+
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
|
96
|
+
|
97
|
+
```
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
質問にありました通りcodepenにアップロードしましたので見ていただけると幸いです。
|
102
|
+
|
103
|
+
また該当のページについて現在製作の途中であること、また初めての模写であるため見づらい点や多数不自然な点、改善すべき点があるかと思いますが、今回の質問にかんする箇所だけを見ていただけると幸いです。
|