-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
87 lines (61 loc) · 1.62 KB
/
Copy pathcode.html
File metadata and controls
87 lines (61 loc) · 1.62 KB
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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<head>
<meta http-equiv="refresh" content="5; url=#link">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>code</title>
</head>
<style>
.text-code1{
color: darkturquoise;
}
.text-code1:hover{
color: white;
}
@media screen and (max-width: 400px){
body{
background-color: #000;
background-size: 420px 780px;
padding: 0;
margin: 0;
}
}
@media screen and (min-width: 401px) and (max-width: 1800px){
body{
background-color: #000;
background-size: 1385px;
padding: 0;
margin: 0;
}
js-about{
padding: 0;
margin: 0;
color: slategray;
text-align: right;
}
}
</style>
<body style="background-color: #000;">
<img src="icons/code.gif" alt="code" width="385" height="250">
<center>
<h1 class="text-code1">the code <i class='fas fa-code'></i></h1>
</center>
<style>
#footer {
position: absolute;
bottom: 0px;
co
background-color: black;
width: 100%;
text-align: center;
}
</style>
<div id="footer">
© All rights reserved by rhp silver
</div>
</body>
</html>