-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathリンク1.html
101 lines (82 loc) · 2.01 KB
/
リンク1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html>
<body>
<header>
<br>
<td align="center"><img src="素材/素材1.png" alt="ヘッダー" id="img"></td>
</header>
<nav>
<a href="index.html"><img src="素材/Topボタン.png"></a>
<a href="大気.html"><img src="素材/大気ボタン.png"></a>
<a href="水質.html"><img src="素材/水質ボタン.png"></a>
<a href="土壌.html"><img src="素材/土壌ボタン.png"></a>
</nav>
<section>
<p>このホームページを製作するにあたり利用させていただいたサイト様です。<br>
<br>
<a href="http://sozai.akuseru-design.com/" alt="素材サイト様" target="_blank">WEBデザイナーが作った超シンプル素材集 様</a><br>
<a href="https://www.beiz.jp/" alt="写真素材サイト様" target="_blank">BEIZ images CREATE WORLDS 様</a><br>
大変ありがとうございました。<br>
<br>
<font size="1.5" face="serif">Topへ戻る</font>
<a href="index.html"><img src="point047/point047_05.gif"></a>
</p>
</section>
<footer><font color="black">
Copyright 🄫 Kurikinton.com
</font></footer>
</body>
</html>
<style>
html{
width:800px;
background-color:white;
margin:auto;
}
img{
max-width: 100%;
height: auto;
}
body{
position: relative;
background:#00000000;
box-shadow: 0px 0px 0px 5px #beedbe;
border: dashed 1.5px #2f4f4f;
padding: 0em 0em;
color: #454545;
}
body:after{
position: absolute;
content: '';
right: -7px;
top: -7px;
border-width: 0 15px 15px 0;
border-style: solid;
border-color: #2f4f4f #fff #2f4f4f;
box-shadow: -1px 1px 1px #2f4f4f;
}
body{
background-image:url("bg090/bg090_04.gif");
background-attachment:scroll;
background-repeat:repeat;
}
header{
width:100%;
background-color:rgba(213,237,213,0.75);
}
nav{
text-align:center;
}
section{
width:80%;
text-align:left;
margin:auto;
}
div{
margin:auto;
}
footer{
background-color:rgba(213,237,213,0.75);
text-align:center;
}
</style>