Skip to content

Commit 7a2a85d

Browse files
complete footer
1 parent 7606cf9 commit 7a2a85d

2 files changed

Lines changed: 53 additions & 5 deletions

File tree

index.html

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ <h1 class="banner-title">
4141
<div class="action-detials">
4242
<h2 class="section-title">See It in Action</h2>
4343
<p>
44-
Explore the live preview and imagine your brand in this bold new
45-
look.
44+
Explore the live preview and imagine your brand in this bold new look.
4645
</p>
4746
<a class="primary-btn" href="http://">Launch Live Preview</a>
4847
</div>
@@ -191,8 +190,25 @@ <h1>Let’s Get in Touch</h1>
191190
</form>
192191
</div>
193192
</section>
193+
194194

195-
<!-- Footer Section -->
196195
</main>
196+
197+
198+
<!-- Footer Section -->
199+
<footer>
200+
201+
<div class="footer-container">
202+
<h1 class="footer-logo">LOGO</h1>
203+
<p>Ready to elevate your online presence? Contact us today to discuss your project and discover how we can bring your vision to life.</p>
204+
<ul class="footer-links">
205+
<li> <a href="">Home</a> </li>
206+
<li> <a href="">About</a> </li>
207+
<li> <a href="">How it Works</a> </li>
208+
<li> <a href="">Services</a> </li>
209+
</ul>
210+
</div>
211+
212+
</footer>
197213
</body>
198214
</html>

styles/style.css

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ margin-bottom: 100px;
220220
justify-content: space-between;
221221
align-items: center;
222222
margin-top: 90px;
223-
223+
padding-bottom: 71px;
224224

225225
}
226226
.form-contianer{
@@ -244,6 +244,7 @@ form input, form textarea{
244244
border: none;
245245
min-width: 100%;
246246
box-sizing: border-box;
247+
font-size: 17px;
247248

248249
}
249250
form label{
@@ -252,4 +253,35 @@ form label{
252253
font-size: 18px;
253254

254255
}
255-
/* Footer Section */
256+
/* Footer Section */
257+
footer{
258+
background-color: #FAFCFF;
259+
}
260+
.footer-container{
261+
text-align: center;
262+
max-width: 531px;
263+
margin: 0px auto;
264+
padding: 103px 0px;
265+
266+
}
267+
268+
.footer-links{
269+
display: flex;
270+
justify-content: space-evenly;
271+
272+
margin-top: 20px;
273+
274+
}
275+
.footer-links a{
276+
color: #8987A1;
277+
}
278+
279+
.footer-logo{
280+
font-family: "Inter", sans-serif;
281+
font-size: 100px;
282+
color: #4E47FF;
283+
}
284+
285+
footer p{
286+
color: #8987A1;
287+
}

0 commit comments

Comments
 (0)