質問編集履歴

3

マークダウン

2019/10/30 14:36

投稿

sheepshonn
sheepshonn

スコア16

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- -----HTML-------------
23
+ ```lang-HTML
24
24
 
25
25
  <!doctype html>
26
26
 
@@ -110,9 +110,13 @@
110
110
 
111
111
  </html>
112
112
 
113
+ ```
113
114
 
114
115
 
116
+
117
+
118
+
115
- ---------CSS--------------
119
+ ```lang-CSS
116
120
 
117
121
  .header {
118
122
 
@@ -167,3 +171,5 @@
167
171
 
168
172
 
169
173
  }
174
+
175
+ ```

2

html,css追加

2019/10/30 14:36

投稿

sheepshonn
sheepshonn

スコア16

test CHANGED
File without changes
test CHANGED
@@ -17,3 +17,153 @@
17
17
 
18
18
 
19
19
  宜しくお願い致します。
20
+
21
+
22
+
23
+ -----HTML-------------
24
+
25
+ <!doctype html>
26
+
27
+ <html>
28
+
29
+ <head>
30
+
31
+ <meta charset="UTF-8">
32
+
33
+ <link rel= "stylesheet" href="flower.css">
34
+
35
+ <title>FLOWER | かわいいが届く、ずっと無料のお花便</title>
36
+
37
+ </head>
38
+
39
+
40
+
41
+ <body>
42
+
43
+ <section class = "header">
44
+
45
+ <div class = "logo"></div>
46
+
47
+ <div class = "tagline">かわいいが届く、ずっと無料の</div>
48
+
49
+ <div class = "download_buttan"></div>
50
+
51
+ <div class = "footnote">
52
+
53
+ <p>*配送料360円(税抜)が別途かかります</p>
54
+
55
+ <p>*北海道、沖縄、離島エリアは現在対象外です</p>
56
+
57
+ </div>
58
+
59
+ </section>
60
+
61
+
62
+
63
+ <section class = "service">
64
+
65
+ <div class = "service1">
66
+
67
+ <h2>届くのは<br>あなた好みのお花だけ</h2>
68
+
69
+ <p>FLOWERのお花は季節やトレンドに合わせ<br>てプロがセレクトしたもの。雰囲気の異な<br>る2種類のお花から毎回好きなものが選べます。</p>
70
+
71
+ </div>
72
+
73
+ <div class = "service2">
74
+
75
+ <h2>お花はポストに投函<br>忙しくても大丈夫</h2>
76
+
77
+ <p>お花は専用BOXに入れてポストに直接お届<br>け。不在で受け取れなくても安心して使え<br>ます。</p>
78
+
79
+ </div>
80
+
81
+ <div class = "service3">
82
+
83
+ <h2>FLOWERなら<br>いつもかわいく飾れる</h2>
84
+
85
+ <p>専用の花器を使うと、届いたお花をさっと<br>生けるだけでかわいい空間のできあがり。<br>お花のある暮らしがもっと楽しくなります。</p>
86
+
87
+ </div>
88
+
89
+ </section>
90
+
91
+
92
+
93
+ <section class="plan">
94
+
95
+ <section class="plan1"></section>
96
+
97
+ <section class="plan2"></section>
98
+
99
+ </section>
100
+
101
+
102
+
103
+ <footer>
104
+
105
+
106
+
107
+ </footer>
108
+
109
+ </body>
110
+
111
+ </html>
112
+
113
+
114
+
115
+ ---------CSS--------------
116
+
117
+ .header {
118
+
119
+
120
+
121
+
122
+
123
+ background-size: cover;
124
+
125
+ background-position: center;
126
+
127
+ height: 100vh;
128
+
129
+ min-height: 660px;
130
+
131
+ text-align: center;
132
+
133
+ position: relative;
134
+
135
+ padding-top: 48px;
136
+
137
+ background: url(https://s3-ap-northeast-1.amazonaws.com/flower-production-assets/assets/web/home/bg_header_pink-4704d42ed44908fb061e80afc515a93ab2fcbfd605c2580de486a4d980b2115a.jpg);
138
+
139
+
140
+
141
+ }
142
+
143
+
144
+
145
+ .logo{
146
+
147
+ margin-top: 5vh;
148
+
149
+ margin-right: auto;
150
+
151
+ margin-bottom: 16px;
152
+
153
+ margin-left: auto;
154
+
155
+ background:url("Flower/download.png");
156
+
157
+ width:131px;
158
+
159
+ height:116px;
160
+
161
+ background-size: contain;
162
+
163
+ background-repeat: no-repeat;
164
+
165
+ background-position: center;
166
+
167
+
168
+
169
+ }

1

自分が書いたコードをクロームで開いた画像を追加

2019/10/30 14:26

投稿

sheepshonn
sheepshonn

スコア16

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,8 @@
3
3
 
4
4
 
5
5
  ![イメー![イメージ説明](ad3e04dd92cb8698dcb6c3629a8cba1d.png)e022732a3b5f4b9bc6f4043f0062d81.png)
6
+
7
+
6
8
 
7
9
 
8
10