19
ezbie
8y

Is it just me or what. I had begun learning web development (but prefer C, shell scripting, Linux... ).

One thing that amazes me - besides having to learn 1356367626785576 technologies to get something done and the fact we get a fresh new amazing framework every 0.00000000000234 seconds - is CSS.

Amazing, I made a navigation bar where I wanted the items to be displayed in the horizontal position, so I
.navbar li, a {display:inline-block}

Works fine.

Next day I'm doing the same from scratch, doesn't fucking work. I look the previous design, HTML structure looks identical, I only use a different font face and colors.

After a while I randomly decided to put a <div> around the a element in order to do something else, update the page and... Voilá, text is in line.

Like... Wtf.

I'm like fuck it. No way I want to work with this shit, let's go back to shell.

Comments
  • 3
    Yep... Back-end is allways better
  • 5
    Never take your frontend devs for granted !important
  • 1
    When you css life is a bitch.
  • 1
    Backend all the life :)
  • 1
    Try it with Flexbox instead, only Thing you have the Look for Browser Compability, older IE's doesn't Support it, but if your Users have up to Day Browsers mainly it should Work good for you 😉
  • 2
    @DevTobi thanks for the advice but I already ran away from this technology.

    I don't want to have to throw my computer through the window because of something so tiny.
Add Comment