-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththings.css
86 lines (75 loc) · 1.07 KB
/
things.css
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
*{
background-color: #272727;
}
.title img{
position: absolute;
top: 0px;
left: 0px;
}
.title p{
position: relative;
top: 10px;
left: 47%;
font-size: 50px;
color: white;
}
.title2 a{
position: absolute;
top: 3px;
left: 85%;
color: white;
text-decoration: None;
background-color:#272727;
}
.title3 a{
position: absolute;
top: 3px;
left: 90%;
color: white;
background-color:#272727;
}
.title4 a{
position: absolute;
top: 3px;
left: 95%;
color: white;
text-decoration: None;
background-color:#272727;
}
.Hardows a{
position: absolute;
top: 20%;
left: 40%;
color: white;
}
.SimpleSafe a{
position: absolute;
top: 25%;
left: 40%;
color: white;
}
.tideCoder a{
position: absolute;
top: 30%;
left: 40%;
color: white;
}
.lightBrowser a{
position: absolute;
top: 35%;
left: 40%;
color: white;
}
.trAsst a{
position: absolute;
top: 40%;
left: 40%;
color: white;
}
.copyright span{
position: absolute;
top: 1000px;
color: white;
left: 40%;
font-size: 15px;
}