-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexpage.css
70 lines (66 loc) · 1.34 KB
/
indexpage.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
body {
}
#wrapper {
position: absolute;
width: 1400px;
height: 750px;
top: 0%;
left: 0%;
background: url("images/main-bg.jpg");
background-color: #98bcc1;
}
#head {
overflow: hidden;
position: relative;
background-color: #0d1522;
height: 100px;
width: 1400px;
top: 0%;
left: 0%;
}
#info
{
position: absolute;
width:500px;
height: 330px;
top: 170px;
left: 100px;
background-color: #808080;
}
#logindiv
{
position:absolute;
height:120px;
width:500px;
right:9%;
top:18%;
}
#title
{
position:absolute;
top: 25%;
left: 5%;
color:#FFFFFF;
}
#signupdiv
{
position:relative;
height:500px;
width:40%;
top: 2%;
left:750px;
}
.textfield
{
width:104%;
height:25px;
}
.textfield1
{
width:104%;
height:35px;
}
a:link,a:visited
{
color: #fff;
}