Commit 85926c2 1 parent 6963dd6 commit 85926c2 Copy full SHA for 85926c2
File tree 2 files changed +20
-6
lines changed
2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 12
12
< header >
13
13
< div id ="header-container ">
14
14
< img src ="images/logo.png " alt ="Company Logo " id ="company-logo ">
15
+ < label for ="company-logo " id ="logo-label "> PA's Go-To for Solar Panel Cleaning & Maintenance!</ label >
15
16
</ div >
16
17
</ header >
17
-
18
+
18
19
<!-- Quote Form -->
19
20
< section id ="quote-form-section ">
20
21
< form id ="quote-form " action ="https://formspree.io/f/mqazjvne " method ="POST ">
Original file line number Diff line number Diff line change 7
7
background-color : # 22293b ; /* Background color */
8
8
}
9
9
10
+
11
+
10
12
/* Header with Logo and Company Name */
11
13
# header-container {
12
14
display : flex;
15
+ flex-direction : column; /* Stack the logo and label vertically */
13
16
align-items : center;
14
- justify-content : center;
15
17
padding : 18px ; /* Padding */
16
18
background-color : # 22293b ; /* Background color */
17
19
}
18
20
19
21
# company-logo {
20
22
width : 480px ; /* Width */
21
23
height : auto; /* Maintain aspect ratio */
24
+ margin-bottom : 10px ; /* Add some space below the logo */
22
25
}
23
26
27
+ # logo-label {
28
+ color : # e4b127 ;
29
+ font-size : 18px ; /* Adjust the font size as needed */
30
+ text-align : center;
31
+ }
32
+
33
+
34
+
24
35
/* Quote Form */
25
36
# quote-form-section {
26
37
padding : 4px 18px ; /* Padding */
72
83
color : rgb (116 , 176 , 255 );
73
84
}
74
85
86
+
87
+
88
+
75
89
# quote-form input [type = "text" ],
76
90
# quote-form input [type = "email" ],
77
91
# quote-form input [type = "tel" ],
@@ -132,6 +146,9 @@ body {
132
146
background-color : # b1b1b1 ;
133
147
}
134
148
149
+
150
+
151
+
135
152
/* Image Section */
136
153
.image-section {
137
154
padding : 18px ; /* Padding */
@@ -160,7 +177,3 @@ body {
160
177
flex-direction : row-reverse;
161
178
margin-left : 400px ;
162
179
}
163
-
164
-
165
-
166
-
You can’t perform that action at this time.
0 commit comments