@NitiemaDevSubmitted 17 days ago
What are you most proud of, and what would you do differently next time?
I am proud to have used Tailwind CSS for the first time and to have made the responsive design all by myself!
By using the Tailwind CSS CDN, I was able to build this interface much more easily.
A little example 😃?
Here you go 🙂!
Tailwind CSS CDN
<script src="https://cdn.tailwindcss.com"></script>
Here, the image styling with Tailwind CSS classes:
<div class="w-[100%] h-[100%] md:overflow-hidden md:px-[40px] md:pt-[40px] ">
<img src="./assets/images/image-omelette.jpeg" alt="Omelette image" class="w-[100%] h-[100%] object-cover md:rounded-[10px]">
</div>
What challenges did you encounter, and how did you overcome them?
My challenge was the responsive design with Tailwind CSS. I overcame it thanks to the Tailwind CSS documentation, of course.
What specific areas of your project would you like help with?
My code works, but I always wonder if I followed best practices. I would love to receive feedback on my code and suggestions for improvement. Thanks in advance, and good luck to all of us!