File tree Expand file tree Collapse file tree 1 file changed +75
-0
lines changed Expand file tree Collapse file tree 1 file changed +75
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
5
+ < title > /</ title >
6
+ < style type ="text/css " media ="screen ">
7
+ body {
8
+ background-color : # f1f1f1 ;
9
+ margin : 0 ;
10
+ font-family : "Helvetica Neue" , Helvetica, Arial, sans-serif;
11
+ }
12
+
13
+ .container {
14
+ margin : 50px auto 40px auto;
15
+ width : 600px ;
16
+ text-align : center;
17
+ }
18
+
19
+ a {
20
+ color : # 4183c4 ;
21
+ text-decoration : none;
22
+ }
23
+
24
+ a : hover {
25
+ text-decoration : underline;
26
+ }
27
+
28
+ h1 {
29
+ width : 800px ;
30
+ position : relative;
31
+ left : -100px ;
32
+ letter-spacing : -1px ;
33
+ line-height : 60px ;
34
+ font-size : 60px ;
35
+ font-weight : 100 ;
36
+ margin : 0 0 50px 0 ;
37
+ text-shadow : 0 1px 0 # fff ;
38
+ }
39
+
40
+ p {
41
+ color : rgba (0 , 0 , 0 , 0.5 );
42
+ margin : 20px 0 ;
43
+ line-height : 1.6 ;
44
+ }
45
+
46
+ ul {
47
+ list-style : none;
48
+ margin : 25px 0 ;
49
+ padding : 0 ;
50
+ }
51
+
52
+ li {
53
+ display : table-cell;
54
+ font-weight : bold;
55
+ width : 1% ;
56
+ }
57
+
58
+ # suggestions a {
59
+ color : # 666666 ;
60
+ font-weight : 200 ;
61
+ font-size : 14px ;
62
+ margin : 0 10px ;
63
+ }
64
+ </ style >
65
+ </ head >
66
+ < body >
67
+
68
+ < div class ="container ">
69
+ < h1 > /</ h1 >
70
+ < p > Static content of < strong > hookzof.github.io</ strong > </ p >
71
+ < p > < code > < a href ="https://hookzof.github.io/messenger-comparison/ "> /messenger-comparison</ a > </ code > #
72
+ MessengerComparison</ p >
73
+ </ div >
74
+ </ body >
75
+ </ html >
You can’t perform that action at this time.
0 commit comments