This repository was archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.php
More file actions
88 lines (80 loc) · 1.94 KB
/
Copy pathmain.php
File metadata and controls
88 lines (80 loc) · 1.94 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
88
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Ask In More Innovative Way</title>
<style type="text/css">
.container {
height: 100%;
}
.middele {
width: 320px;
padding: 20px 0;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
margin-top: 150px;
}
a{
color: #fff;
text-decoration: none;
}
body {
font-family: 'Oswald', Arial, sans-serif;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.main_header {
background-color: #000000;
text-align: right;
padding-top: 5px;
padding-bottom: 5px;
}
.forHeaderwidth {
margin-left: auto;
margin-right: auto;
color: #CCCCCC;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
width: 80%;
}
.forHeaderwidth:hover {
color: #FFFFFF;
}
</style>
<link href="css/button.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Oswald" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<div class="main_header">
<div class="forHeaderwidth">
its an Inferno production
</div>
</div>
<div class="middele">
<a href="http://gcdc2013-jiga.appspot.com/gplus" class="a-btn">
<span class="a-btn-text">Ask A question</span>
<span class="a-btn-slide-text">Its More</span>
<span class="a-btn-icon-right"><span></span></span>
</a>
<a href="#" class="a-btn">
<span class="a-btn-text">Give Answer</span>
<span class="a-btn-slide-text">Be scholar</span>
<span class="a-btn-icon-right"><span></span></span>
</a>
<a href="#" class="a-btn">
<span class="a-btn-text">Browse</span>
<span class="a-btn-slide-text">Get some</span>
<span class="a-btn-icon-right"><span></span></span>
</a>
</div>
</div>
</body>
</html>