-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfac.css
85 lines (74 loc) · 1.16 KB
/
fac.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
h1 {
background: #1b5394;
text-align: center;
color: white;
margin: 0 250px 0 250px;
}
h4 {
background: #eaf2c7;
text-align: center;
margin: 0 250px 0 250px;
padding-top: 10px;
padding-bottom: 10px;
}
.aaaa {
width: 650px;
height: 22px;
margin: 20px 0 0 300px;
text-align: left;
}
.bbbb {
width: 650px;
margin: 0 0 0 300px;
height: 22px;
text-align: left;
}
h5 {
background: #186aed;
width: 650px;
text-align: center;
margin: 20px 0 0 300px;
padding-top: 10px;
padding-bottom: 10px;
color: white;
}
body {
background: #dcdee0;
}
hr {
width: 300px;
margin: 20px 0 0 300px;
}
.p1 {
text-align: center;
position: absolute;
top: 222px;
right: 640px
}
.hr1 {
border-color: #aeb3bd;
}
.div1 {
padding: 15px 0 15px 0;
}
.hr2{
border-color: #aeb3bd;
position: absolute;
top: 230px;
right: 322px;
}
.img1{
height: 32px;
width: 30px;
position: absolute;
top: 11%;
right: 74%;
}
h3{
background: #0ac435;
width: 650px;
margin: 20px 0 0 300px;
text-align: center;
padding-top: 8px;
padding-bottom: 8px;
}