-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.css
95 lines (91 loc) · 1.75 KB
/
contact.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
body{
background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
overflow: hidden;
scroll-behavior: smooth;
margin: 0%;
padding: 0%;
}
.box{
width : 65%;
height : 65%;
background-color: #fff;
position: absolute;
top: 15%;
left: 20%;
overflow: hidden;
box-shadow: 1px 1px 3px 3px #888888 inset;
}
.box1{
position: absolute;
right: 6%;
top: 18%;
width: 40%;
height: 30%;
background: rgb(255,250,250);
box-shadow: 1px 1px 3px 3px #888888 inset;
}
.box2{
position: absolute;
right: 6%;
top: 55%;
width: 40%;
height: 30%;
background: rgb(255,250,250);
box-shadow: 1px 1px 3px 3px #888888 inset;
}
.phone{
width : 15%;
position: absolute;
top: 20%;
left: 12%;
}
.call{
width :100%;
position: absolute;
left: 30%;
top: 25%;
font-size: 20px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.number{
width : 10%;
position: absolute;
top: 50%;
left: 30%;
text-decoration: none;
font-size: 15px;
display: flex;
font-size: 25px;
color: skyblue;
font-weight: bolder;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.chat{
width : 17%;
position: absolute;
top: 20%;
left: 10%;
}
.button{
width : 50%;
position: absolute;
top: 50%;
left: 30%;
padding: 8px 27px;
border: 1px;
background :skyblue;
font-size: 20px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #fff;
box-shadow: 1px 1px 3px 3px #888888 ;
}
.box0{
position: absolute;
top: 17%;
left: 8%;
width: 100%;
height: 100%;
}
.photo{
width: 40%;
}