-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.css
126 lines (106 loc) · 1.88 KB
/
about.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
122
123
124
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
box-shadow: 1px 50px 50px rgba(10,8,0,0.5);
}
nav ul {
list-style: none;
margin: 2px;
padding: 10px;
display: flex;
justify-content: center;
box-shadow: 1px 5px 5px rgba(100,8,0,0.5);
background-color:#4d8e9a;
}
nav li {
margin-right: 20px;
}
nav a {
color: #fff;
text-decoration: none;
}
main {
display: flex;
flex-direction: column;
align-items: center;
padding: 1px;
}
.about-us {
display: flex;
flex-direction: column;
align-items:center;
padding: 2px;
border-radius: 0%;
background-color :#040404e1;
margin:0px;
background:#313261;
background:#313261 no-repeat;
background-position: 1px;
background-size: cover;
height:fit;
text-align:center;
color :#ffffff;
}
.about-us img {
width: 100%;
justify-img: center;
height:auto, ;
object-fit: cover;
align: center;
}
.our-story {
display: flex;
flex-direction: column;
align-items: center;
padding: 1px;
border: 2px solid #191e1a;
border-radius: 0%;
background-color :#191919;
color :#ffffff;
margin: 0px;
padding: 10px;
text-align:center;
}
.Get-in-Touch {
display: flex;
flex-direction: column;
align-items:left;
padding: 2px;
background-color :#ffffff;
margin:10px;
background:#ffffff;
background-position: 1px;
background-size: cover;
}
.Get-in-Touch li {
margin: 2px;
}
.passion {
display: flex;
flex-direction: column;
align-items:center;
padding: 2px;
border: 2px solid #ffffff;
border-radius: 5%;
background-color :#ffffff;
margin:0px;
background:#ffffff;
background-position: 1px;
background-size: cover;
text-align:center;
color :#000000;
}
footer {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
clear: both;
}