回答編集履歴
2
追記
answer
CHANGED
@@ -1,1 +1,58 @@
|
|
1
|
-
|
1
|
+
```diff
|
2
|
+
|
3
|
+
<header>
|
4
|
+
<div class="header-ttl">
|
5
|
+
<h1>安いのにしっかり上達する英会教室・英会話リンゲージ</h1>
|
6
|
+
</div>
|
7
|
+
<div class="container">
|
8
|
+
<div class="header-logo logo">
|
9
|
+
<a href="https://www.linguage-school.jp/" target="_blank">
|
10
|
+
<img src="images/logo.png" alt="英会話のリンゲージ">
|
11
|
+
</a>
|
12
|
+
</div>
|
13
|
+
|
14
|
+
<div class="header-tel-area pc only">
|
15
|
+
<a href="tel:0120965680">0120-965-680</a>
|
16
|
+
<p class="header-tel-txt1">月13:00~22:00/火~金 7:00~22:00/土日 11:00~19:00</p>
|
17
|
+
<p class="header-tel-txt2"> ※スクールにより受付時間が異なります。</p>
|
18
|
+
</div>
|
19
|
+
- </div>
|
20
|
+
<a href="https://www.linguage-school.jp/entry/trial/" target="_blunk" class="header-contact btn-pink pc-only">
|
21
|
+
まずは気軽に無料体験
|
22
|
+
</a>
|
23
|
+
+ </div>
|
24
|
+
</header>
|
25
|
+
|
26
|
+
```
|
27
|
+
|
28
|
+
```diff
|
29
|
+
|
30
|
+
@charset "UTF-8";
|
31
|
+
|
32
|
+
- 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 {
|
33
|
+
+ * {
|
34
|
+
margin: 0;
|
35
|
+
padding: 0;
|
36
|
+
border: 0;
|
37
|
+
font-size: 100%;
|
38
|
+
font: inherit;
|
39
|
+
vertical-align: baseline;
|
40
|
+
}
|
41
|
+
|
42
|
+
/* 省略 */
|
43
|
+
|
44
|
+
header {
|
45
|
+
display: block;
|
46
|
+
- height: 140px;
|
47
|
+
+ height: 104px;
|
48
|
+
border-bottom: 2px solid red;
|
49
|
+
position: relative;
|
50
|
+
|
51
|
+
/* 省略 */
|
52
|
+
}
|
53
|
+
/* 省略 */
|
54
|
+
|
55
|
+
|
56
|
+
```
|
57
|
+
|
58
|
+
[サンプル](https://cdpn.io/asuchi0819/debug/MWYrgzp/DqrDdgePvLLr)
|
1
追記
answer
CHANGED
@@ -1,4 +1,1 @@
|
|
1
|
-
|
1
|
+
見間違いにつき修正中。
|
2
|
-
- • {
|
3
|
-
+ * {
|
4
|
-
```
|