-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompressed.html
61 lines (50 loc) · 1.31 KB
/
compressed.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<header>
<button class="Back"><a href="ux.html"> back </a></button>
<style>
.Back {
/* background-color: fill #ffffff00; */
/* background-blend-mode: difference; */
top: 15px;
left: 30px;
padding: 3px 10px;
cursor: pointer;
z-index: 989;
font-family: monospace;
font-weight: 600;
font-size: 20px;
border: solid 2px;
border-radius: 90px;
position: fixed;
}
a:link,
a:visited,
a:active {
color: #000000;
border-bottom: none;
text-decoration: none;
transition: font-weight 0.5s, letter-spacing 0.8s;
}
.uk:hover,
a:hover {
letter-spacing: -1px;
transition: 0.5s;
/* color: rgb(146, 146, 146); */
}
</style>
</header>
<body style="margin: 0px; background-color: black;">
<div>
<img src="images/mobsumm.png" style=" width: 100%;
height: auto;
margin: 0%;
padding: 0%;">
</div>
</body>
</html>