Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ES
Posts
6
Comments
764
Joined
2 yr. ago

Permanently Deleted

Jump
  • Uuuuh.. being a web dev in those days.. You essentially first built support for proper browsers, then it was time to make things look and work as they should (or close to it) in IE.

  • It seems some folks have difficulty believing that what is said in the heat of the moment, what happens on a, track doesn't have to carry over to life outside the track.

    A couple of decades ago I worked for a company that had an office in Italy; I was in a meeting with two Italian colleagues and one was really upset at some changes I proposed, calling me an idiot and every other Italian word for it. Lots of gesturing, too, ofc. I was a bit taken aback, having never experienced behavior like that, at least not at work (I'm scandinavian and we tend to be more at the opposite side of the scale when it comes to showing emotion).

    After the meeting he walks up to me, all smiles, asking if I'd like to join him and some others for drinks.

    That was perhaps a bit extreme, but to him work was work and what he thought of me and my ideas in that setting didn't mean he thought any less of me as colleague/friend/dude to hang out with.

  • I've never experienced H2 to be larger than H1 in such usage, but rather the same size. Are you sure there aren't any CSS affecting your result?

    From a stackoverflow reply:

    Why h1 and h2 are same?

    This is by design is because browser manufacturers think/agreed, that beneath web editors, producers and developers the

    <h2>

    is commonly treated as the visual more important heading and headings in the content documents should then ideally start with . That is why

    <h1>

    font-size is not default bigger inside

    <article>

    ,

    <aside>

    ,

    <nav>

    ,

    <section>

    tags.