forked from if-itb/IF3110-2015-T1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathask.css
80 lines (73 loc) · 1.08 KB
/
ask.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
a {
position: absolute;
font-size: 40px;
text-decoration: none;
color: #000000;
top: 50px;
left: 490px;
}
hr {
position: absolute;
border-width: 1px;
border-color: #000000;
width: 600px;
top: 185px;
left: 383px;
}
p.what {
position: absolute;
font-size: 30px;
top: 125px;
left: 383px;
}
input#Name{
position: absolute;
top: 220px;
left: 393px;
width: 580px;
padding: 5px;
border:1px solid #000000;
}
input#Email{
position: absolute;
top: 255px;
left: 393px;
width: 580px;
padding: 5px;
border:1px solid #000000;
}
input#Topic{
position: absolute;
top: 290px;
left: 393px;
width: 580px;
padding: 5px;
border:1px solid #000000;
}
input#Content{
position: absolute;
top: 325px;
left: 393px;
width: 580px;
line-height: 12em;
margin-top: 5px;
padding: 5px;
overflow: hidden;
}
textarea#Content {
position: absolute;
top: 325px;
left: 393px;
width: 580px;
padding: 5px;
border:1px solid #000000;
}
input[type="submit"] {
position: absolute;
top: 530px;
left: 925px;
height: 30px;
width: 60px;
border:1px solid #000000;
background-color: #DCDCDC;
}