13

I honestly don't care what you think about HTML or CSS, but if you think you are too good for it and IF I see you using <br> for margins, sticking everything inside divs or writing CSS that makes my eyes bleed, then I hope you get to maintain a codebase like that one day. The only thing worse than bad code is an ignorant dev. Don' be that guy.

Comments
  • 3
    Vote for HTML and CSS as a programming language!
  • 4
    I just wrote this for you on my phone to piss you off, and mainly because i hate myself
    ....
    .confuse-reviewer {
    height: 310px! important;
    }
    .....
    <div style="color:red;width:500px;height:200px;border-width:5px">
    <div class="confuse-reviewer" style="height:300px">
    <b>i am pro</b>
    <br/>
    <br/>
    <i>you are a <strong>noob</strong></i>
    </div>
    </div>
  • 0
    @achehab why mix inline with external?
  • 1
    @simeg mainly because i hate myself, and to piss you off tbh.
    i'm glad u liked the rest of it though
  • 2
    @simeg to get that max damage.
  • 0
    I'm mostly a backend guy. I have no problem with people which put everything inside it's own div, this is perfect for scraping websites.
Add Comment