-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfir_input.css
115 lines (84 loc) · 1.38 KB
/
fir_input.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
input[type=submit]{
background-color:green;
height:40px;
width: 105px;
border-radius: 5px;
}
input[type=reset]{
background-color:red;
height:40px;
width: 74px;
border-radius: 5px;
}
input[type=text]{
width:250px;
height:30px;
}
#par
{height:100%;
width:1000px;
display:flex;
flex-direction:row;
justify-content:flex-start;
margin:60px 60px;
}
#div1{
height:100%;
width:193;
margin-left:108px;
}
#div2{
height:100%;
width:350px;
left: 58px;
position: relative
}
#div3{
height:100%;
width:214px;
left: 143px;
position: relative;
}
#div4{
height:100%;
width:350px;
left: 242px;
position: relative;
}
.head{
background-color:orange;
height:150px;
border-bottom:5px solid black;
margin-left:96px;
margin-right:96px;
}
#img{
display:inline-block;
}
.goa{
color:white;
}
.online{
margin-left: 69px;
font-size: 30px;
margin-top: 30px;
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
color:blue;
}
.dist{
width:260px;
height:41px;
border-radius: 3%;
/* background: none; */
}
.main-footer {
position: inherit;
background: #0e1238;
padding: 15px;
color: #f1f1f1;
font-weight: normal;
text-align: center;
}
h1{padding-left:150px;padding-top:20px;}
h2{padding-left:150px;}