回答編集履歴
2
追記
test
CHANGED
@@ -1 +1,115 @@
|
|
1
|
-
|
1
|
+
```diff
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
<header>
|
6
|
+
|
7
|
+
<div class="header-ttl">
|
8
|
+
|
9
|
+
<h1>安いのにしっかり上達する英会教室・英会話リンゲージ</h1>
|
10
|
+
|
11
|
+
</div>
|
12
|
+
|
13
|
+
<div class="container">
|
14
|
+
|
15
|
+
<div class="header-logo logo">
|
16
|
+
|
17
|
+
<a href="https://www.linguage-school.jp/" target="_blank">
|
18
|
+
|
19
|
+
<img src="images/logo.png" alt="英会話のリンゲージ">
|
20
|
+
|
21
|
+
</a>
|
22
|
+
|
23
|
+
</div>
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
<div class="header-tel-area pc only">
|
28
|
+
|
29
|
+
<a href="tel:0120965680">0120-965-680</a>
|
30
|
+
|
31
|
+
<p class="header-tel-txt1">月13:00~22:00/火~金 7:00~22:00/土日 11:00~19:00</p>
|
32
|
+
|
33
|
+
<p class="header-tel-txt2"> ※スクールにより受付時間が異なります。</p>
|
34
|
+
|
35
|
+
</div>
|
36
|
+
|
37
|
+
- </div>
|
38
|
+
|
39
|
+
<a href="https://www.linguage-school.jp/entry/trial/" target="_blunk" class="header-contact btn-pink pc-only">
|
40
|
+
|
41
|
+
まずは気軽に無料体験
|
42
|
+
|
43
|
+
</a>
|
44
|
+
|
45
|
+
+ </div>
|
46
|
+
|
47
|
+
</header>
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
```
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
```diff
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
@charset "UTF-8";
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
- html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
|
64
|
+
|
65
|
+
+ * {
|
66
|
+
|
67
|
+
margin: 0;
|
68
|
+
|
69
|
+
padding: 0;
|
70
|
+
|
71
|
+
border: 0;
|
72
|
+
|
73
|
+
font-size: 100%;
|
74
|
+
|
75
|
+
font: inherit;
|
76
|
+
|
77
|
+
vertical-align: baseline;
|
78
|
+
|
79
|
+
}
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
/* 省略 */
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
header {
|
88
|
+
|
89
|
+
display: block;
|
90
|
+
|
91
|
+
- height: 140px;
|
92
|
+
|
93
|
+
+ height: 104px;
|
94
|
+
|
95
|
+
border-bottom: 2px solid red;
|
96
|
+
|
97
|
+
position: relative;
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
/* 省略 */
|
102
|
+
|
103
|
+
}
|
104
|
+
|
105
|
+
/* 省略 */
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
```
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
[サンプル](https://cdpn.io/asuchi0819/debug/MWYrgzp/DqrDdgePvLLr)
|
1
追記
test
CHANGED
@@ -1,7 +1 @@
|
|
1
|
-
|
1
|
+
見間違いにつき修正中。
|
2
|
-
|
3
|
-
- • {
|
4
|
-
|
5
|
-
+ * {
|
6
|
-
|
7
|
-
```
|