💻 Self-taught Programmer & AI Enthusiast
Started coding at 14, passionate about innovation.
🔍 Tech Stack & Interests
JavaScript, TypeScript, React, Next.js, Python, Node.js, Tailwind, SQL.
Interested in AI, Computer Vision & Web Development.
🚀 Founder & Mentor
Founder of STEM for Women, promoting free education for women in STEM.
Mentor at Technovation Girls, empowering young women in tech.
// How to center a div
<main style="display: flex; justify-content: center; align-items: center; width: 100vw; height: 100vh;">
<div style="width: 300px; height: 200px; background-color: black; text-align: center; color: white;">
<p>This is an example of centering a div with Flexbox and inline CSS.</p>
</div>
</main>


