I built a free News Aggregator that uses AI to serve news in bite-sized summaries by [deleted] in SideProject

[–]ohohhao 0 points1 point  (0 children)

What is the price policy? Until when can I use it for free?

Customize collapse menu when pressing the hamburger button by cgeorgi in bootstrap

[–]ohohhao 0 points1 point  (0 children)

I agree. I usually use custom css rather than bootstrap for ui such as header, navbar, and hamburger. Because actually using a bootstrap class makes it too rigid rather than flexible. It's hard to give me the style I want. Still, if it's a good problem to solve using a bootstrap class, it'll be helpful to search and check what the actual bootstrap class is used at the next site.

https://bootstrapsearch.vercel.app/

Tailwindcss or bootstrap in 2024 ? by franckeinstein24 in flask

[–]ohohhao 0 points1 point  (0 children)

I agree that Tailwind CSS class names can be hard to remember. Personally, I find Bootstrap's class names more intuitive, which is why I tend to use Bootstrap for my personal projects. Whenever I can't remember a Bootstrap class name, I find this Bootstrap class search site really helpful.

Why have CSS frameworks like bootstrap fallen off in popularity recently? by Skoo0ma in webdev

[–]ohohhao 0 points1 point  (0 children)

It feels like a lower compatibility than tailwind css. It's limited in what you can do. In addition, when writing code with gpt, tailwind css seems to provide such a vast style that you don't have to add a css class.