© 2023 Hashnode
#bulma
What is tailwindcss ? TailwindCSS is a utility-first CSS framework for quickly and easily building custom user interfaces. It provides low-level utility classes that can be used to build responsive, m…
Continuing work on my project in Flask and Bulma, I needed a neat way to display a photo gallery. There are plenty of premade gallery setups that I could have used, but I wanted to make something usin…
Bulma CSS is one of those Frameworks that is in every list of “Top CSS frameworks to learn” and it does deserve its place there along with the likes of Bootstrap or Materialize CSS I have used it …
Bootstrap is one of the most popular CSS frameworks for building mobile-first sites. Bootstrap was created by a designer and developer at Twitter in 2010 and released in 2011 as an Open source Product…
Using CSS Frameworks is Too Good, but Using Pure CSS is Good. Frameworks made life so simple for us. A framework is a device that offers already-made components or solutions that have been tailored to…
Hi all! 💙 😁 In this blog post, I will demonstrate how to build a to-do checklist using Django. See the video 🎥 below ⤵️ for a 30 seconds clip that showcases how the app functions. https://youtu.be/…
According to its official website, Bulma is a free, open source framework that provides ready-to-use frontend components that you can easily combine to build responsive web interfaces. In this article…
While I used HTMX alert when deleting post comments, I felt like deleting a whole post was a bigger deal and should have a more fancy warning. Bulma provides a way to show modals, so I wanted to giv…
In my previous post I converted my boring commenting feature to use HTMX and make commenting much faster. One thing I didn't like about this was that the comment appeared too fast. I would write a co…
As I mentioned in my previous post, my blogging app written in Flask allows users to post comments under each post. The post page contains a little comment form which consists of only one text box and…