Web Code
Login
Sign Up
HTML
About
Home
About Us
Blogs
Careers
Media
Green Initiative
Design Process
Sitemap
Products
Residential LED Lights
Commercial LED Lights
Industrial LED Lights
Support
FAQs
Register Product
Service Requests
Product Manuals
Warranty Information
Ledure One App
Policy
Privacy Policy
Shipping Policy
Returns and
Cancellations Policy
Disclaimer
Terms of Use
Loyalty Program T&C
Contact
Contact Us
Locate Stores
Service & Support
Request A Callback
Help
Payment
Shipping
FAQ's
CSS
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins" , sans-serif; } .footer_main { background: #151515; border-top: 5px solid #57c310; padding: 50px 0; position: relative; } .footer_main p { color:#ccc; } .footer_title { color: #b1b2b3; font-size: 25px; } .footer_page_link { margin: 0; padding: 0; list-style: none; } .footer_bottom_title { color: #b1b2b3; } .footer_page_link li a { color: #95979a; text-decoration: none; font-size: 14px; } .footer_page_link li a:hover { color: #fff; } .socail_icon { margin: 0; padding: 0; list-style: none; } .socail_icon li { display: inline-block; } .socail_icon li a { text-decoration: none; color: #000; background: #b1b2b3; width: 40px; display: block; height: 40px; border-radius: 5px; font-size: 22px; text-align: center; line-height: 40px; margin-right: 10px; } .socail_icon li a:hover { background: #fff; } .footer_logo { margin-bottom:20px; text-align:right; } .footer_logo img { width:200px; }
JS
Output