-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphone.css
More file actions
115 lines (86 loc) · 1.73 KB
/
phone.css
File metadata and controls
115 lines (86 loc) · 1.73 KB
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
115
body {
/* background-color: blue; */
}
/* navigation----------------------------->>>>>>>>>>>>>>>>>>>>> */
#navbar {
flex-direction: column;
position: relative;
}
#navbar ul li a {
font-size: 1.2 rem;
padding: 0px 10px;
padding-bottom: 3px;
}
/* home--------------------------------------->>>>>>>>>>>>>>>>>>>>>>>> */
#home {
height: 273px;
padding: 0px 24px;
}
#home::before {
height: 400px;
}
#home p {
font-size: 15px;
}
/* sevices---------------------------------------->>>>>>>>>>>>>>>>>>>>>>>>> */
#services {
flex-direction: column;
}
#services.box {
padding: 14px;
}
/* client---------------------------------------->>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#clients img {
width: 66px;
width: 110px;
padding: 0px;
margin: -27px -2px;
}
#clients {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
/* overflow: hidden; */
}
/* contact us ------------------------------>>>>>>>>> */
#contact-box form {
width: 80%;
}
/* utility classes------------------------------------->>>>>>>>>>>>>>>>>>>> */
.h-primary {
font-size: 30px;
}
.btn {
font-size: 18px;
padding: 4px 8px;
}
.buggg {
font-size: 2rem;
color: rgb(232 237 237 / 97%);
}
.h-primary {
font-size: 42px;
}
.name1 {
position: absolute;
color: #ebecf1;
text-align: center;
margin: 10px 42px;
font-family: 'Baloo Bhaina 2', cursive;
}
.name2 {
position: absolute;
color: rgb(72 198 40 / 89%);
text-align: center;
margin: 23px 18px;
font-family: 'Bree Serif', serif;
}
#clients img {
width: 66px;
height: 200px;
width: 170px;
padding: 10px;
margin: -31px -2px;
}