質問編集履歴
4
画像を追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -245,4 +245,6 @@
|
|
245
245
|
}
|
246
246
|
|
247
247
|
|
248
|
-
```
|
248
|
+
```
|
249
|
+
|
250
|
+

|
3
コードの表示を変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,7 +19,7 @@
|
|
19
19
|
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
|
20
20
|
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
21
21
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/scrollify/1.0.21/jquery.scrollify.min.js" integrity="sha512-UyX8JsMsNRW1cYl8BoxpcamonpwU2y7mSTsN0Z52plp7oKo1u92Xqfpv6lOlTyH3yiMXK+gU1jw0DVCsPTfKew==" crossorigin="anonymous"></script>
|
22
|
-
<title>
|
22
|
+
<title>あいうえお</title>
|
23
23
|
</head>
|
24
24
|
|
25
25
|
<body>
|
@@ -40,11 +40,6 @@
|
|
40
40
|
<span class="inner_line" id="line2"></span>
|
41
41
|
<span class="inner_line" id="line3"></span>
|
42
42
|
</div>
|
43
|
-
|
44
|
-
<h4>ノスタルジックでもあり新しくもある憩いを堪能できるカフェ</h4>
|
45
|
-
<p>自家焙煎の“プレミアム珈琲”で至福のひと時と、明日への活力を。
|
46
|
-
オンタイムにもオフタイムにもお気軽にご活用ください。
|
47
|
-
民家をリノベーションした独特の雰囲気の中、昼も夜も皆様のお越しをお待ちしております。</p>
|
48
43
|
</section>
|
49
44
|
<div id="menu">
|
50
45
|
<section class="section02 scrollify">
|
2
codeの表示を変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,9 +6,8 @@
|
|
6
6
|
|
7
7
|
何がいけないのかご教示お願いいたします。
|
8
8
|
|
9
|
-
|
10
9
|
### HTML
|
11
|
-
|
10
|
+
```ここに言語を入力
|
12
11
|
<!DOCTYPE html>
|
13
12
|
<html lang="ja">
|
14
13
|
|
@@ -17,10 +16,10 @@
|
|
17
16
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
18
17
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
19
18
|
<link rel="stylesheet" type="text/css" href="style.css">
|
20
|
-
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script'rel='stylesheet' type='text/css'>
|
19
|
+
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
|
21
|
-
<script src="https://code.jquery.com/jquery-3.5.1.min.js"integrity="
|
20
|
+
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
|
22
21
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/scrollify/1.0.21/jquery.scrollify.min.js" integrity="sha512-UyX8JsMsNRW1cYl8BoxpcamonpwU2y7mSTsN0Z52plp7oKo1u92Xqfpv6lOlTyH3yiMXK+gU1jw0DVCsPTfKew==" crossorigin="anonymous"></script>
|
23
|
-
<title>
|
22
|
+
<title>森田彦珈琲|中島公園近く</title>
|
24
23
|
</head>
|
25
24
|
|
26
25
|
<body>
|
@@ -41,9 +40,12 @@
|
|
41
40
|
<span class="inner_line" id="line2"></span>
|
42
41
|
<span class="inner_line" id="line3"></span>
|
43
42
|
</div>
|
43
|
+
|
44
|
+
<h4>ノスタルジックでもあり新しくもある憩いを堪能できるカフェ</h4>
|
45
|
+
<p>自家焙煎の“プレミアム珈琲”で至福のひと時と、明日への活力を。
|
46
|
+
オンタイムにもオフタイムにもお気軽にご活用ください。
|
47
|
+
民家をリノベーションした独特の雰囲気の中、昼も夜も皆様のお越しをお待ちしております。</p>
|
44
48
|
</section>
|
45
|
-
|
46
|
-
<h2></h2>
|
47
49
|
<div id="menu">
|
48
50
|
<section class="section02 scrollify">
|
49
51
|
</section>
|
@@ -118,9 +120,10 @@
|
|
118
120
|
</body>
|
119
121
|
|
120
122
|
</html>
|
123
|
+
```
|
121
124
|
|
122
125
|
### CSS
|
123
|
-
|
126
|
+
```ここに言語を入力
|
124
127
|
* {
|
125
128
|
margin: 0;
|
126
129
|
padding: 0;
|
@@ -238,4 +241,13 @@
|
|
238
241
|
transform: translateY(-10px) rotate(65deg);
|
239
242
|
bottom: 0;
|
240
243
|
|
241
|
-
}
|
244
|
+
}
|
245
|
+
|
246
|
+
.section01 h4{
|
247
|
+
padding-top:90%;
|
248
|
+
font-size: 95%;
|
249
|
+
color:white;
|
250
|
+
}
|
251
|
+
|
252
|
+
|
253
|
+
```
|
1
画像の追加
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
ハンバーガーメニューの
|
1
|
+
ハンバーガーメニューの「×」印がうまく表示されないので表示したい
|
body
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
ハンバーガーメニューのをクリックした後の「三本線」から「×」に変化した後の「×」印が、
|
1
|
+
ハンバーガーメニューのをクリックした後の「三本線」から「×」に変化した後の「×」印が、
|
2
2
|
不格好でうまく「×」になりません。
|
3
3
|
|
4
4
|
「transform: translateY(-10px) rotate(65deg)の「65deg」を変えたりしたのですが、
|