Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Tools like bootstrap exist because CSS is shit as how it fundamentally works is just as shit. You can spend 3 days fighting css to position 3 boxes or you could just use bootstrap
-
Stalker4937yOk, but seriously, that markup has nothing to do with bootstrap.
The only bootstrap class in all of that mess is "text-center"
Would rather blame the fucktard who wrote it. -
And no, scss et Al don't make it better because the very fundamentals of CSS just work Inherently counterintuitive to how normal programming works
-
If you read the reddit post where this came from it was designed to vertical center for email in Microsoft Outlook, this is the only solution @AlexDeLarge
-
C0D4681467yNo framework is to be blamed for this clusterfuck.
Only two reasons you could possibly use tables to this degree, the developer has no clue in what they are trying to achieve so they add more tables to get the button in the right place, or as @-ScratchOs said your trying to style an email as if it was a Webpage with decent css. -
Rocket3G2007yThe only real reason you see these nested tables is for emails. You can't include css in emails, because if you thought that IE was bad for HTML, you've never tried to build a responsive HTML email. Every email client renders it differently, and you have many more exceptions to take into account..
-
hitzoR2637y@AlexDeLarge Don't hate, if you don't know anything about Bootstrap, CSS and HTML. As mentioned, this has totally nothing to do with CSS, it's just HTML shitcode with just bunch of Bootstrap-looking classes.
Related Rants
-
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m...
-
DRSDavidSoft28Found this in our codebase, apparently one of my co-workers had written this
-
jsPaysMyBills27When you have something in your clipboard but then press Ctrl+C instead of Ctrl+V and end up with a blank line...
This disgusts me!
undefined
wtf
bootstrap
why