Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,482 members, 7,808,752 topics. Date: Thursday, 25 April 2024 at 04:24 PM

I Have Succumbed To The Pressure!! - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / I Have Succumbed To The Pressure!! (944 Views)

Children May Be Especially Vulnerable To Peer Pressure From Robots (2) (3) (4)

(1) (Reply) (Go Down)

I Have Succumbed To The Pressure!! by Nobody: 3:01pm On Jun 22, 2022
I’ve been thinking of picking up a css framework for my frontend projects so I don’t spend hours writing thousands of lines of css for multiple screens rather than concentrating on app logic.
And if I had a dollar for each time someone recommended tailwind to me, I would be a millionaire.
I don’t think I’ve seen a frontend tool more positively reviewed.
Off I go to the docs! smiley

1 Like

Re: I Have Succumbed To The Pressure!! by bularuz(m): 7:38am On Jun 23, 2022
No need wasting time on CSS when you can get what you want easily with frameworks like bootstrap and tailwind

3 Likes 2 Shares

Re: I Have Succumbed To The Pressure!! by jbreezy: 8:52am On Jun 23, 2022
bularuz:
No need wasting time on CSS when you can get what you want easily with frameworks like bootstrap and tailwind
Hmmmm bad advice. Please op, make sure you are very good with css before moving on to learn any of its frameworks.

4 Likes

Re: I Have Succumbed To The Pressure!! by Nobody: 12:28pm On Jun 23, 2022
jbreezy:
Hmmmm bad advice. Please op, make sure you are very good with css before moving on to learn any of its frameworks.
I already have a solid grasp of css. I’ve even worked extensively with sass but now I’m just tired of all that spaghetti css.
More than half of my time is spent on styling instead of concentrating on the app logic.

2 Likes

Re: I Have Succumbed To The Pressure!! by jbreezy: 12:38pm On Jun 23, 2022
Rgade:

I already have a solid grasp of css. I’ve even worked extensively with sass but now I’m just tired of all that spaghetti css.
More than half of my time is spent on styling instead of concentrating on the app logic.
okay then...go learn tailwind, it's a great framework.

1 Like

Re: I Have Succumbed To The Pressure!! by Karleb(m): 6:37pm On Jun 23, 2022
Tailwind is properly hyped. If you don't know css you might regret tho because it doesn't have magical class that could, say, center a div automatically.

2 Likes

Re: I Have Succumbed To The Pressure!! by Nobody: 6:41pm On Jun 23, 2022
Karleb:
Tailwind is properly hyped. If you don't know css you might regret tho because it doesn't have magical class that could, say, center a div automatically.


Margin 0px auto. (my-0 mx-auto)

1 Like

Re: I Have Succumbed To The Pressure!! by Karleb(m): 6:48pm On Jun 23, 2022
GREATIGBOMAN:


Margin 0px auto. (my-0 mx-auto)

What if I want to use grid or flexbox?

The framework is called utility first for a reason.
Re: I Have Succumbed To The Pressure!! by Nobody: 6:53pm On Jun 23, 2022
Karleb:


What if I want to use grid or flexbox?

The framework is called utility first for a reason.

Then you use it na

1 Like

Re: I Have Succumbed To The Pressure!! by bularuz(m): 7:04pm On Jun 23, 2022
jbreezy:
Hmmmm bad advice. Please op, make sure you are very good with css before moving on to learn any of its frameworks.

Well I assumed you know CSS well enough to know you should use a framework to easy the stress and hassles
Re: I Have Succumbed To The Pressure!! by Nobody: 7:39pm On Jun 23, 2022
Karleb:


What if I want to use grid or flexbox?

The framework is called utility first for a reason.
Display:flex
Align items:center
Justify content: center
Re: I Have Succumbed To The Pressure!! by jbreezy: 7:52pm On Jun 23, 2022
bularuz:


Well I assumed you know CSS well enough to know you should use a framework to easy the stress and hassles
All I'm saying is you don't jump to a css framework without fully understanding css itself, or else, you go lost.
Re: I Have Succumbed To The Pressure!! by Nobody: 8:03pm On Jun 23, 2022
jbreezy:
All I'm saying is you don't jump to a css framework without fully understanding css itself, or else, you go lost.
True.
Re: I Have Succumbed To The Pressure!! by Nobody: 8:04pm On Jun 23, 2022
Think4Myself:

Display:flex
Align items:center
Justify content: center

This sha will center the child div

Not the div itself
Re: I Have Succumbed To The Pressure!! by Nobody: 8:51pm On Jun 23, 2022
GREATIGBOMAN:


This sha will center the child div

Not the div itself
Then you'll wrap the main div inside another div, that's how programmers think, it's not always straight forward
Re: I Have Succumbed To The Pressure!! by Nobody: 8:57pm On Jun 23, 2022
Karleb:
Tailwind is properly hyped. If you don't know css you might regret tho because it doesn't have magical class that could, say, center a div automatically.

Yeah the hype is worth it, and my css skills are solid too. Just scanning through the docs you can tell what every class name does at first glance.
Utility first is the most sensible way to write a css framework tbh.
Re: I Have Succumbed To The Pressure!! by Nobody: 9:06pm On Jun 23, 2022
Think4Myself:

Then you'll wrap the main div inside another div, that's how programmers think, it's not always straight forward

He said he wanna center the parent div itself ?
Re: I Have Succumbed To The Pressure!! by Karleb(m): 9:06pm On Jun 23, 2022
Rgade:

Yeah the hype is worth it, and my css skills are solid too. Just scanning through the docs you can tell what every class name does at first glance.
Utility first is the most sensible way to write a css framework tbh.

CSS purist on Twitter will not agree with this tho.

They say it makes the HTML dirty. cheesy

Just imagine you want to style twenty divs in a card container, imagine the number of first name you will attach to the card surname.

Even at that, tailwind still has a work around it.

It also comes with dark mode features, JIT, cool colors cool, media query becomes too easy. Mehn! You'd eventually hate bootstrap.

1 Like 1 Share

Re: I Have Succumbed To The Pressure!! by Nobody: 9:25pm On Jun 23, 2022
Karleb:


CSS purist on Twitter will not agree with this tho.

They say it makes grin the HTML dirty. cheesy

Just imagine you want to style twenty divs in a card container, imagine the number of first name you will attach to the card surname.

Even at that, tailwind still has a work around it.

It also comes with dark mode features, JIT, cool colors cool, media query becomes too easy. Mehn! You'd eventually hate bootstrap.
grin grin
Walahi I used to be a css purist. Talking about how frameworks littered the html with class names.
I even became more intolerant of frameworks after I discovered sass, to me it was the best thing after jsx grin
Who needs a framework when you have mixins grin
But as my codes grew bigger omo I knew I was kidding myself.
Now tailwind has one more evangelist.
Bootstrap is a mess fr.

1 Like

Re: I Have Succumbed To The Pressure!! by Nobody: 9:29pm On Jun 23, 2022
GREATIGBOMAN:


He said he wanna center the parent div itself ?
Like I said, wrap the parent div inside another div and use flexbox for perfect centering or normal centering
Re: I Have Succumbed To The Pressure!! by Johnmattee(m): 6:30am On Jun 24, 2022
Karleb:


CSS purist on Twitter will not agree with this tho.

They say it makes the HTML dirty. cheesy

Just imagine you want to style twenty divs in a card container, imagine the number of first name you will attach to the card surname.

Even at that, tailwind still has a work around it.

It also comes with dark mode features, JIT, cool colors cool, media query becomes too easy. Mehn! You'd eventually hate bootstrap.
The downside is it's not free... I'm not catching that unnecessary hype around it jare.
Re: I Have Succumbed To The Pressure!! by silento(m): 8:52am On Jun 24, 2022
My own is learn CSS very well before any framework

This way u will know what u actually want from a framework

Bootstrap and etc of them are all good but I normally use w3.css

And I had a modified version for my kind of works I do

1 Like

Re: I Have Succumbed To The Pressure!! by Karleb(m): 9:51am On Jun 24, 2022
Johnmattee:

The downside is it's not free... I'm not catching that unnecessary hype around it jare.

I'm not sure what you are talking about but tailwindCss is as free as CSS itself.

It pretty okay not to use or like it.

1 Like

(1) (Reply)

Pls Help On Mail Encryption Program / Re: Programming In Ms Visual C++ And C++.net Does It Make Me Ms Mrs? / Where Can I Learn Programming

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 26
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.