-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanding.css
119 lines (104 loc) · 1.72 KB
/
landing.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
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap');
*{
font-family: 'Poppins', sans-serif;
}
.navbar{
background-color: black;
border-radius: 6px;
}
/* .navbar img{ */
/* padding-right: 1000px; */
/* padding-right: 800px;
} */
.nav{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.navs{
margin: 10px;
padding:20px;
text-decoration: none;
color: whitesmoke;
font-size: large;
}
.content{
padding: 100px;
background-color: rgb(214, 213, 213);
text-align: center;
}
/* services container */
.header{
margin:0%;
}
.services{
background-color: aliceblue;
text-align: center;
}
.servicescontainer{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.services p{
font-size: 20px;
}
.item{
max-width: 250px;
margin: 60px;
padding: 10px;
}
hr{
width: 80%;
height: 2px;
border-width: 0;
color: black;
background-color: black;
}
.aboutus{
padding: 20px;
margin: 20px;
}
.inner{
/* max-width: 300px; */
background-color: black;
display: flex;
justify-content: center;
flex-wrap:wrap ;
padding: 30px;
}
.inner img{
padding-top: 15px;
}
.inner p{
margin-left: 30px;
max-width: 560px;
font-size: x-large;
color: white;
}
.containercontact{
display: flex;
justify-content: center;
background-color: beige;
padding: 20px;
flex-wrap: wrap;
}
.box{
max-width: 20%;
padding: 40px;
}
.contactus{
text-align: center;
}
/* .containercontact p h3{
max-width: 10px;
} */
.box p{
font-size: large;
}
.footer{
text-align: center;
}
.content p{
font-size: x-large;
}