-
Notifications
You must be signed in to change notification settings - Fork 2
/
otherdevices.css
121 lines (102 loc) · 1.72 KB
/
otherdevices.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
115
116
117
118
119
120
121
/* navigation section */
#navbar{
flex-direction: column;
position: relative;
/* height: 150px; */
}
#logo{
height: 90px;
margin: 3px 15px 14px 15px;
}
#navbar ul li a{
font-size: 0.9rem;
padding: 3px 6px 3px 6px;
margin-bottom: 5px;
}
/* home section */
#home{
height: 370px;
padding: 3px 10px;
padding: 3px 10px;
}
#home::before{
height: 510px;
}
#home p{
font-size: 1rem;
}
/* services section */
#services{
flex-direction: column;
margin: 0px 12px 12px 12px;
}
#services .box{
padding: 10px 8px;
}
#services .box img{
height: 120px;
width: auto;
margin: auto;
display: block;
}
#services2{
flex-direction: column;
margin: 0px 12px 12px 12px;
}
#services2 .box{
padding: 10px 8px;
}
#services2 .box img{
height: 120px;
width: auto;
margin: auto;
display: block;
}
/* client section */
#clients{
flex-wrap: wrap;
}
#clients img{
height:80px;
width: auto
}
.client-item{
padding: 10px 15px;
margin: 10px 10px;
}
/* contact us section */
#contact-box form{
width: 80%;
}
#contact-box .inp,
#contact-box textarea{
width: 100%;
padding: 0.5rem;
border-radius: 9px;
font-size: 0.7rem;
}
/* footer */
footer{
font-size: 0.7rem;
}
/* utility classes */
.h-primary{
font-size: 1.8rem;
}
.h-secondary{
font-family: 'Nunito', sans-serif;
font-size: 1.6rem;
padding: 0px 0px 10px 0px;
}
.btn{
font-size: 1.3rem ;
padding: 4px 8px;
}
.btn:hover{
transform: scale(1.1);
}
radio{
all: unset;
width: 200%;
cursor: pointer;
}