Footer Grid

Size
2,023 Kb
Views
12,144

How do I make an footer grid?

What is a footer grid? How do you make a footer grid? This script and codes were developed by Kévin Joffard on 21 December 2022, Wednesday.

Footer Grid Previews

Footer Grid - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Footer Grid</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <article> <h1>Sticky Footer with Grid</h1>
</article>
<footer> <ul class="footer__hashtags"> <li>#MOBILE</li> <li>#GLOBAL</li> <li>#SMARTDATA</li> <li>#BIM</li> <li>#CONSTRUCTION</li> </ul> <ul class="menu__footer"> <li>Accueil</li> <li>Plan du site</li> <li>Mentions légales</li> </ul> <div class="footer__socialmedia"> <p>Suivez Nous</p> <ul> <li><a href="http://www.facebook.com/FINALCAD" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="http://twitter.com/intent/follow?screen_name=FINAL_CAD" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="http://www.linkedin.com/company/finalcad" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="http://www.youtube.com/subscription_center?add_user=finalcadvideo" target="_blank"><i class="fa fa-youtube-play"></i></a></li> </ul> </div>
</footer>
</body>
</html>

Footer Grid - Script Codes CSS Codes

* { padding: 0; margin: 0;
}
html { height: 100%;
}
body { min-height: 100%; display: grid; grid-template-rows: 1fr auto; margin: 0; font-family: Verdana;
}
article { padding: 20px;
}
.footer__hashtags { text-align: center; margin-bottom: 1rem;
}
.menu__footer { display: inline-block; text-align: right; width: calc(100%/2);
}
.footer__hashtags li,
.menu__footer li,
.footer__socialmedia li { list-style: none;
}
.footer__hashtags li { display: inline-block; margin: 1rem;
}
.menu__footer li { padding-right: 4rem;
}
.footer__socialmedia p { margin-bottom: 1rem;
}
.footer__socialmedia li { display: inline-block; margin-right: 1rem;
}
.footer__socialmedia { display: inline-block; width: calc(100%/3); vertical-align: top;
}
.footer__socialmedia ul { margin: 0;
}
footer { background-color: #071D49; color: #FFF; grid-row-start: 2; grid-row-end: 3; padding: 1rem;
}
Footer Grid - Script Codes
Footer Grid - Script Codes
Home Page Home
Developer Kévin Joffard
Username kejoff
Uploaded December 21, 2022
Rating 3
Size 2,023 Kb
Views 12,144
Do you need developer help for Footer Grid?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Kévin Joffard (kejoff) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!