-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.css
More file actions
72 lines (57 loc) · 849 Bytes
/
contact.css
File metadata and controls
72 lines (57 loc) · 849 Bytes
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
.box{
background: rgba(166, 166, 166,.3);
margin:0 auto;
background-repeat: no-repeat;
min-width:300px;
height:400px;
border-radius:6px;
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
text-align:center;
}
#b1{
position:absolute;
top:120px;
left:25%;
margin-left:-150px;
}
#b2{
position:absolute;
top:120px;
left:50%;
margin-left:-150px;
}
#b3{
position:absolute;
top:120px;
left:77%;
width:360px;
margin-left:-150px;
color:#fff;
}
#b1_1,#b2_1{
color:#fff;
position:absolute;
top:20px;
width:100%;
height:150px;
}
#b1_2,#b2_2{
color:#fff;
position:absolute;
top:150px;
width:100%;
height:130px;
}
#b1_3,#b2_3{
color:#fff;
position:absolute;
top:250px;
width:100%;
height:120px;
}
box_head{
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
color:#fff;
font-size:18px;
text-align:center;
}