質問編集履歴

2

bodyにbackgroundを設定し実行した画像を添付しました。

2019/05/19 09:24

投稿

takagitoshinari
takagitoshinari

スコア24

test CHANGED
File without changes
test CHANGED
@@ -100,6 +100,10 @@
100
100
 
101
101
 
102
102
 
103
+ ![イメージ説明](0200d98e11aaf770c1545e17bef06957.png)
104
+
105
+ ![イメージ説明](a4abde906e53dae24ec14944e59ebfa1.png)
106
+
103
107
  ### 試したこと
104
108
 
105
109
 

1

コピペできる様に画像からテキストにした。

2019/05/19 09:24

投稿

takagitoshinari
takagitoshinari

スコア24

test CHANGED
File without changes
test CHANGED
@@ -12,9 +12,91 @@
12
12
 
13
13
  ### 該当のソースコード
14
14
 
15
- ![イメージ説明](9298d0c6eecf4ca1f71f9cf47d0d9ac7.png)
15
+ ```jsp
16
16
 
17
+ <%@ page language="java" contentType="text/html; charset=UTF-8"
18
+
19
+ pageEncoding="UTF-8"%>
20
+
21
+ <!DOCTYPE html>
22
+
23
+ <html>
24
+
25
+ <head>
26
+
27
+ <meta charset="UTF-8">
28
+
29
+ <title>HEADER</title>
30
+
31
+ <link rel= “stylesheet” href= “header.css”>
32
+
33
+ </head>
34
+
35
+ <body>
36
+
37
+ <header>
38
+
39
+ <div class="share-header">
40
+
41
+ <div class="h-contents">
42
+
43
+ <div class="h-component">
44
+
45
+ <div class="h-component-h1">地元の掲示板 ジモティー</div>
46
+
47
+ <div class="h-flex-component">
48
+
17
- ![イメージ説明](7316558a3bdb4d05f36d3b9a62c42df3.png)
49
+ <div class="number-of-data">
50
+
51
+ 0件 5/18日更新 <a class="click-link-black" href="">地元の掲示板 ジモティー</a>
52
+
53
+ </div>
54
+
55
+ <div class="h-a-flex">
56
+
57
+ <a class="begnner" href="">初めての方へ</a> <a class="login-button"
58
+
59
+ rel="nofollow" href="">ログイン</a>
60
+
61
+ <div class="h-regist-button">
62
+
63
+ <a class="r-buttom" rel="nofollow" href="">会員登録</a>
64
+
65
+ </div>
66
+
67
+ </div>
68
+
69
+ </div>
70
+
71
+ </div>
72
+
73
+ </div>
74
+
75
+ </div>
76
+
77
+ </header>
78
+
79
+ </body>
80
+
81
+ </html>
82
+
83
+ ```
84
+
85
+
86
+
87
+ ```css
88
+
89
+ @charset "UTF-8";
90
+
91
+
92
+
93
+ .h-component-h1 {
94
+
95
+ color:red;
96
+
97
+ }
98
+
99
+ ```
18
100
 
19
101
 
20
102