-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
172 lines (144 loc) · 2.92 KB
/
Copy pathstyles.css
File metadata and controls
172 lines (144 loc) · 2.92 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Body styling */
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
background-color: #f8f9fa; /* Light background for contrast */
}
/* Container for layout */
.container {
width: 90%;
max-width: 1200px;
margin: auto;
}
/* Header styling /* Light background for contrast */
}
/* Container for layout */
.container {
width: 90%;
max-width: 1200px;
margin: auto;
}
/* Header styling styling */
header {
background-color: #007bff; /* Primary brand color */
color: white;
padding: 20px 0;
}
header .logo h1 {
margin: 0;
font-size: 2.5em;
}
nav {
text-align: center;
}
nav ul {
list-style: none;
display: flex;
justify-content: center;
padding: 0;
}
nav ul li {
margin: 0 15px;
}
nav ul li a {
color: white;
text-decoration: none;
padding: 10px 15px;
transition: background 0.3s;
}
nav ul li a:hover,
nav ul li a[aria-current="page"] {
background: rgba(255, 255, 255, 0.2); /* Subtle hover effect */
}
/* Hero section styling */
.hero {
position: relative;
text-align: center;
color: white;
}
.hero-image {
width: 100%;
height: auto;
filter: brightness(0.7); /* Darken the image for text visibility */
}
.hero-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.cta-button {
background-color: 50%;
transform: translate(-50%, -50%);
}
.cta-button {
background-color: olor: #ffc107; /* Contrasting call-to-action color */
color: #333;
padding: 15px 25px;
text-decoration: none;
border-radius: 5px;
font-size: 1.2em;
transition: background 0.3s;
}
.cta-button:hover {
background-color: #e0a800; /* Darker shade on hover */
}
/* Services overview styling */
.services-overview {
padding: 40px 0;
background-color: #ffffff; /* White background for contrast */
text-align: center;
}
.services-overview h3 {
font-size: 2.5em;
margin-bottom: 20px;
color: #007bff; /* Use brand color for headings */
}
.services-list {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.services-list article {
flex: 1 1 200px; /* Responsive flexbox layout */
margin: 10px;
padding: 20px;
border: 1px solid #ddd; /* Light border for separation */
border-radius: 5px;
background-color: #f1f1f1; /* Light gray background */
}
.services-list h4 {
margin-bottom: * Light gray background */
}
.services-list h4 {
margin-bottom: 10px;
}
/* Testimonials styling */
.testimonials {
padding: 40px 0;
background-color: #f1f1f1; /* Light gray background for contrast */
text-align: center;
}
.testimonials h3 {
font-size: 2.5em;
margin-bottom: 20px;
color: #007bff; /* Use brand color for headings */
}
.testimonial-list {
display: flex;
flex-direction: column;
align-items: center;
}
.testimonial-list blockquote {
margin: 20px 0;
padding: 15px;
border-left: 5px solid #007bff; /* Brand color for left border */
background: white;
width: 80%; /* Center the blockquote */
box-shadow: 0 2px 5px