File tree 1 file changed +34
-9
lines changed
1 file changed +34
-9
lines changed Original file line number Diff line number Diff line change 4
4
5
5
body {
6
6
font-family : "Helvetica Neue" , Arial, Helvetica, sans-serif;
7
+ background-color : # f0f0f0 ;
7
8
}
8
9
9
10
h1 , h2 , h3 , h4 , h5 , h6 {
10
11
color : # 5e6469 ;
11
12
font-weight : bold;
13
+ font-size : 50px ;
14
+ text-align : center;
15
+ margin-top : 30px ;
12
16
}
13
17
14
18
p {
15
19
margin-bottom : 30px ;
16
20
}
17
21
18
22
# container {
19
- width : 750 px ;
23
+ width : 100 % ;
20
24
margin : auto;
21
- margin-top : 150 px ;
25
+ margin-top : 20 px ;
22
26
text-decoration : none;
23
27
color : # ff9900 ;
24
28
}
25
-
29
+
30
+ .error {
31
+ font-size : 200px ;
32
+ color : # 343131 ;
33
+ margin-top : -30px ;
34
+ }
35
+
36
+ .error span {
37
+ font-weight : 300 ;
38
+ margin-right : -30px ;
39
+ }
40
+
41
+ # badge {
42
+ margin-bottom : -40px ;
43
+ margin-right : -30px ;
44
+ }
45
+
46
+ .links {
47
+ text-align : center;
48
+ margin-top : -100px ;
49
+ font-size : 30px ;
50
+ }
51
+
26
52
a {
27
53
color : # ff9900 ;
28
54
margin-right : 20px ;
29
55
}
30
56
57
+
31
58
</ style >
32
59
< title > coderwall.com : Errors Suck</ title >
33
60
</ head >
34
61
< body >
35
62
< div id ='container '>
36
- < h2 > Coderwall broke, sorry.</ h2 >
63
+ < h2 > Coderwall had an issue but hold on to your localhosts, we're looking into it.</ h2 >
64
+ < h2 class ="error "> < img id ="badge " src ="https://d3levm2kxut31z.cloudfront.net/assets/badges/100lemming-255ce58645c6a62da473027717042e01.png "> < span > |</ span > 500</ h2 >
37
65
38
- < p >
39
- < a href ='http://coderwall.com '> back to coderwall</ a >
40
- < a href ='mailto:support@coderwall.com '> contact support</ a >
41
- </ p >
66
+ < p class ="links "> < a href ="/ "> Discover</ a > < a href ="/teams "> Teams</ a > < a href ="/jobs "> Jobs</ a > < a href ='mailto:support@coderwall.com '> Contact Support</ a > </ p >
42
67
</ div >
43
68
</ body >
44
69
< script type ="text/javascript ">
@@ -57,4 +82,4 @@ <h2>Coderwall broke, sorry.</h2>
57
82
} ) ( ) ;
58
83
59
84
</ script >
60
- </ html >
85
+ </ html >
You can’t perform that action at this time.
0 commit comments