🚀 Django Day 21 — Adding More CSS Styling & Wrapping Up the Challenges Project Today was all about styling and design 🎨 — I spent time improving the look and feel of my Django project, and honestly, it looks completely different now! 💫 I created some new static files to better organize my CSS and keep everything neat and modular: 💠 header.css — used for styling the header across the entire project, including the navigation link that takes me back to the “All Challenges” page. 💠 challenge.css — used for designing the content of each month’s challenge when clicked. 💠 challenges.css — used for styling the unordered list on the index page where all the months are displayed. I also made a few tweaks in my styles.css file to refine the background and give the whole site a smoother and more polished feel ✨. In my challenge.html file, I added: "include {% load static %}" To ensure Django can properly load and connect all my static CSS files to the project 🧩. After tying everything together, the site now looks clean, colorful, and structured — a big step up from when I first started this project! 😎 To wrap it all up, here’s a quick summary of how the styling files work: 🎯 header.css — designs the header throughout the project. 🎯 challenge.css — styles the content for each month’s challenge. 🎯 challenges.css — beautifies the index page list. And with that, this marks the end of the Challenges Project and the beginning of the next big chapter — Crazy Django! 🚀🔥 There’s a video below showing the final result 🎥💻 #Django #Python #WebDevelopment #FrontendDesign #CSS #100DaysOfCode #LearningInPublic #TechJourney #lexisslearns 🚀

To view or add a comment, sign in

Explore content categories