135
linuxxx
6y

Custom CSS? Who am I kidding, I'm a backend/security/server guy.

Fuck this shit, bootstrap, here I come!

Comments
  • 26
    Please no, I'll do it for you...
  • 1
    I know many freelancers who do the same thing, it's great for saving time especially at the start of your project. But considering you're completely done with your backend, you got no excuse lol.
  • 7
    I feel ya... And to make things worse I'm colour blind and got no feeling for design...
  • 3
    Css?
    Why not directly bare html?
    I like the one-textfield-and-two-buttons way.
    Guess what, I am not a designer :D
  • 0
    @illfamed Oh not completely done, a lot to do but it seems to be stable enough now without major bugs or vulnerabilities :)
  • 2
    @olback Is that a valid offer? :P
    On a serious note, I don't even need much, one or two pages with a few input fields and one general result/error message page...

    Well there goes my Sunday I guess haha
  • 1
    @linuxxx nah, CSS can be fun and since you don't need much I could do it. No time though. :(
  • 0
    @olback Good luck with your things ;)
  • 5
    @linuxxx css is fun. Don't hate css.
  • 3
    CSS is sensitive as fuck, but it's fun. And I've got 0 sense for design, so if I can do it, so can you.
  • 5
    @jhh2450
  • 2
    @ewpratten Was waiting on 6 more ++ lol
  • 4
    @jhh2450
  • 2
    @ewpratten 😂😂😂 thanks
  • 1
    You can try tailwind CSS if you want 👍
  • 0
    @rEaL-jAsE Thanks but I'd rather invest my time into backend/server/security stuffs ;)
  • 2
    Same here, though I sometimes use: http://materializecss.com/cards.htm...#
  • 0
    CSS is not for everyone
    Aesthetic design is not for everyone
    Bootstrap is not for everyone
    This is what I'd do
    http://motherfuckingwebsite.com
  • 1
    If you're going to use a CSS framework, I recommend Bulma.. It's lighter than bootstrap, easier to customize(using sass) and has a syntax close to english, and as a plus it's fully built on flex-box.

    The only drawback might be that it doesn't have a js library..
  • 1
    I inherited a bootstrap project, and most devs seem to pick it simply because it just makes getting things going easier.

    That and non techy managers find the themes for dashboards and decide they want them 😂

    I personally detest frontend, so something like bootstrap is a godsend.
  • 1
    Technically you can exploit CSS in a XSS attack which the fix is usually patched on the backend side.
    So you should at least know how to protect yourself from malicious CSS code.

    Sometimes there's just no evading it 😕
Add Comment