Add code HTML/CSS - 20230625

This commit is contained in:
Nezumi
2023-06-25 16:28:58 +07:00
parent 2e35febe68
commit 460afe843e
2 changed files with 83 additions and 0 deletions
+31
View File
@@ -188,5 +188,36 @@
</div>
</div>
</section>
<footer class="footer">
<div class="section__container footer__container">
<div class="footer__col">
<h3>Pathway<span>.</span></h3>
<p>
Explore your suitable and dream places around the world. Here you
can find your right destination.
</p>
</div>
<div class="footer__col">
<h4>Support</h4>
<p>FAQs</p>
<p>Term & Conditions</p>
<p>Privacy Policy</p>
<p>Contact Us</p>
</div>
<div class="footer__col">
<h4>Address</h4>
<p>
<span>Address:</span> 280 Wilson Street, Cima, California, 92323,
United States
</p>
<p><span>Email:</span> info@pathway.com</p>
<p><span>Phone:</span> +91 9876543210</p>
</div>
</div>
<div class="footer__bar">
Copyright &#64; 2023 Web Design Mastery. All rights reserved.
</div>
</footer>
</body>
</html>