Print elements in reverse
Sum of array elements
• Explored how RAG systems enhance LLMs by retrieving relevant information before generating respons
• Continued reading Atomic Habits aloud
Always learning, teaching, and growing.
#CSSGrid#Recursion#AI#RAG#LLM#BuildInPublic
Built a simple blog page to practice CSS Grid. Didn’t host it since it’s just a plain practice project, but Grid is finally starting to click.
#WebDev#CSSGrid#HTML#CSS
Flexbox = one direction at a time.
Row OR column.
Grid = both directions at once.
Rows AND columns — simultaneously.
That's not a small difference.
That's a completely different level of control.
#100DaysOfCode#BuildInPublic#CSS#CSSGrid#WebDev#TechAfrica
Day 25 🚀
Today I completed 2 more exercises on CSS Grid given by my instructor 💻
Practicing layouts more deeply and understanding how Grid works in real-world design.
Step by step progress 🔥
#BuildInPublic#CSSGrid#WebDevJourney
Day 24 🚀
Completed the CSS Grid lecture in my HTML & CSS course 💻
Learned new grid properties and applied them to my YouTube clone project to see the real magic of Grid in action.
That’s today’s progress 🔥
#BuildInPublic#CSSGrid#HTML#WebDevJourney
Day 23 🚀
Started learning display: grid and how it helps create beautiful layouts more easily 💻
Feels much cleaner compared to using display: inline-block.
Just getting started with Grid 🔥
#BuildInPublic#CSS#CSSGrid#WebDevJourney@SuperSimpleDev
body {
display: grid;
grid-auto-flow: column/row;
}
grid-auto-flow property works like flex-direction. To use the power of grid while also having flexibility of flex box this property would be the one to consider.
#css#cssgrid#cssflex#flexbox#grid#buildinpublic
♟️ Day 27 (HW): CSS Grid Practice
@rohit_negi9
sir For homework, I pushed myself to get more comfortable with CSS Grid. I tried building layouts and even designed a colorful grid structure that looked like a chess board.
@CoderArmy#Day27#CSSGrid#CodingJourney#WebDevelopment
CSS Grid is the most powerful layout tool ever made 💪
Yet most developers barely scratch the surface
Here's everything you need — visually explained
#CSS#CSSGrid#WebDev#Frontend#LearnToCode2026
¿Imaginas un diseño responsive, ordenado y que simplemente 'funciona'? Con nuestra cheat sheet de #Flexbox y #CSSGrid, no tendrás que imaginarlo, podrás crearlo. 📩 Descarga la guía que te ayudará a construir layouts impecables.
Day 7 ✅
CSS Grid unlocked.
Today I learned:
• display: grid
• grid-template-columns / grid-template-rows
• gap property
• Spanning items across rows & columns
• When to use Grid vs Flexbox (they complement each other!)
#100DaysOfCode#BuildInPublic#CSSGrid