npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

just-fac-it

v1.0.1

Published

FAC it.

Downloads

1

Readme

FAC

🎯 Introduction

Hey there, CSS padawan! Ever had one of those moments when you feel like pulling your hair out trying to center a div? We've all been there, shouting into the abyss, "Why is it so hard to just center a div?" Well, worry no more, brave one, because we've got a magic mantra for you to remember - "Just FAC it!" 😉

📜 The Code

css Copy code .fac { display: flex; justify-content: center; align-items: center; }

🕵️‍♀️ Decoding the Magic

display: flex; First, we FAC things up with display: flex;. That's right, we're invoking the mighty Flexbox, the ruler of layout land. It's got our backs when we want to place our child elements just right!

justify-content: center; Next, we say "Just FAC it!" and use justify-content: center;. This is our secret code to align our div horizontally. Imagine a game of tug of war where both sides have an equal force - the result? The rope stays... you guessed it, in the center!

align-items: center; Finally, we "FAC it to the limit" with align-items: center;. This powerful charm aligns our div vertically. It's as if gravity and anti-gravity decided to take a break and let our div float perfectly in the middle.

😌 Conclusion

And there you have it! The div is perfectly centered! Our fac class – or as we like to call it, Flexbox Align Center – is the solution to all your div centering woes. Slap it onto your div and watch as it glides smoothly into the center of its parent, defying the memes and legends of div centering difficulty!

But remember, with great power comes great responsibility. So, next time you're stuck with an off-center div, don't lose heart. Just FAC it! 😎👌

May the FAC be with you, always. 🙏🎯🔮

  • GPT-4