質問編集履歴

3

2019/05/12 16:04

投稿

risacuspin
risacuspin

スコア18

test CHANGED
File without changes
test CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
 
6
6
 
7
+
8
+
7
9
  ```html
8
10
 
9
11
  <!doctype html>

2

2019/05/12 16:04

投稿

risacuspin
risacuspin

スコア18

test CHANGED
File without changes
test CHANGED
@@ -100,7 +100,7 @@
100
100
 
101
101
  </div>
102
102
 
103
- <!--/header-->**__ボールドテキスト__**
103
+ <!--/header-->
104
104
 
105
105
  ```
106
106
 

1

2019/05/12 15:52

投稿

risacuspin
risacuspin

スコア18

test CHANGED
File without changes
test CHANGED
@@ -4,6 +4,108 @@
4
4
 
5
5
 
6
6
 
7
+ ```html
8
+
9
+ <!doctype html>
10
+
11
+ <html lang="ja">
12
+
13
+ <head>
14
+
15
+ <meta charset="UTF-8">
16
+
17
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
18
+
19
+ <title>Shiro</title>
20
+
21
+ <link rel="stylesheet" href="css/style.css">
22
+
23
+ </head>
24
+
25
+ <body>
26
+
27
+ <header class="header">
28
+
29
+ <div class="u-content-wrapper"></div>
30
+
31
+ </header>
32
+
33
+ <section class="concept">
34
+
35
+ <div class="u-content-wrapper"></div>
36
+
37
+ </section>
38
+
39
+ <section class="work">
40
+
41
+ <div class="u-content-wrapper"></div>
42
+
43
+ </section>
44
+
45
+ <section class="florist">
46
+
47
+ <div class="u-content-wrapper"></div>
48
+
49
+ </section>
50
+
51
+ <section class="shop-information">
52
+
53
+ <div class="u-content-wrapper"></div>
54
+
55
+ </section>
56
+
57
+ <section class="contact">
58
+
59
+ <div class="u-content-wrapper"></div>
60
+
61
+ </section>
62
+
63
+ <footer class="footer">
64
+
65
+ <div class="u-content-wrapper"></div>
66
+
67
+ </footer>
68
+
69
+
70
+
71
+ <!--header-->
72
+
73
+ <header class="header">
74
+
75
+ <div class="header__nav">
76
+
77
+ <div class="u-content-wrapper header__nav__wrapper">
78
+
79
+ <div class="header__nav__logo">Shiro</div>
80
+
81
+ <div class="hamburger-menu">
82
+
83
+ <span class="hamburger-menu__line"></span>
84
+
85
+ </div>
86
+
87
+ </div>
88
+
89
+ </div>
90
+
91
+ </header>
92
+
93
+
94
+
95
+ <div class="u-content-wrapper">
96
+
97
+ <h1 class="header__title">Shiro</h1>
98
+
99
+ <p class="header__title__sub">White flower shop</p>
100
+
101
+ </div>
102
+
103
+ <!--/header-->**__ボールドテキスト__**
104
+
105
+ ```
106
+
107
+
108
+
7
109
  ```css
8
110
 
9
111
  *, *::before, *::after {