Post your face when writing HTML and CSS

Post your face when writing HTML and CSS

Attached: b1869a5b69b404672deef203cdfbe9e2.png (420x420, 300K)

Attached: IMG-20180915-WA0030.jpg (750x746, 27K)

Attached: realtek.jpg (125x110, 3K)

Attached: bro.jpg (464x420, 22K)

before or after opening the page in IE to check compatibility?

>Me making a Stylish userstyles css theme for a website

Attached: giphy[1].gif (499x287, 1.96M)

Attached: 1261.png (1252x852, 411K)

last time I checked the stats of said page, Edge wasn't even above 1% whereas IE is at 60. Fuck rewriting your local clubs' web site

Attached: 1537708225284.png (720x960, 959K)

Attached: rr.jpg (207x243, 9K)

Attached: 1506526063756.jpg (1024x768, 242K)

Attached: 1534782722311.png (544x572, 224K)

Attached: 1532852792463.png (321x308, 153K)

Attached: 1537897449449.png (420x420, 97K)

Accurate

>complains about html and css
>uses python

Attached: nutbladder_kaiji_s2_-_01_d721c8a703239419-31-42_resize.jpg (640x360, 46K)

Attached: 1530884589459.jpg (1125x1358, 123K)

Attached: 1323258442097.jpg (350x277, 21K)

Attached: 1529666252505.jpg (535x566, 51K)

Attached: Edvard_Munch,_1893,_The_Scream,_oil,_tempera_and_pastel_on_cardboard,_91_x_73_cm,_National_Gallery_o (1156x1236, 1.56M)

Nice

Attached: reddit murder TV.png (500x500, 14K)

Attached: bill.png (381x346, 234K)

Attached: image.jpg (744x720, 257K)

Attached: 1483652048067.jpg (480x380, 14K)

>mfw trying to center something

Attached: e65.jpg (600x400, 25K)

Attached: 1369329583487.jpg (512x384, 41K)

Attached: proxy.duckduckgo.com.jpg (600x899, 48K)

Attached: IMG_20180926_180811.jpg (1006x464, 21K)

Use flexbox, faggot. Change jobs if they still require IE6 support or some shit.

Attached: 1E12F0A1-E601-4213-8762-E0B3B5DF9E56.jpg (491x491, 42K)

>most obvious feature ever
>takes a PHD in quantum physics to do
T-thanks CSS

bretty gud

Usually pic related, though, as I'm a frontend dev, and it's a job I enjoy.

>centering this is hard
shitty meme. CSS is easy and so is centering stuff with it.

Attached: 1526382027084.png (607x615, 43K)

>centering is easy
position: absolute;
left: 0;
bottom: 0;
top: 0;
right: 0;
margin: auto;


Not confusing at all. Why didn't they just have
center: center-xy;

Or something

That's one of the ways to center things. If you know only that way, and then complain "centering stuff is hard with CSS", then you're an ignoramus.
If you know most other ways to center stuff, then your argument is moot on the basis that there are even simple(r) ways to center things.

As I said, shitty meme.

kek

>That's one of the ways to center things
Yes, that's another problem. There's about 3000 ways to center things, most of which aren't intuitive

>That's one of the ways to center things
>but there are several other ways depending on the exact definition of "center" that you have
>And if you use SCSS you can write macros to simplify the most suitable centering code anyway
>Anyway if the next iteration of CSS features defendant types which will allow formally proven centering to resolve this issue
>So it's easy

shh, dont tell them that, i'll be out of a job if they know how to center

Attached: 1533340697034.jpg (319x319, 16K)

Attached: heartylulz.png (600x425, 443K)

>a bloo bloo, this declarative language allows me to write things in many different ways, depending on my skills and needs
Wew, lad, you sure have valid points. Have you considered gitting gud? There are a handful of ways to center things, not 3000. And learning the ways to center things is expected, as it's a central (no pun intended) part of the language's functionality, and you should know the language if you're using it.

You're just complaining that you're not a genius prodigy, who's able to use the language without learning it first.
>why isn't centering just "center: center-xy"
Well, maybe because CSS doesn't have to cater to retards.

>That's one of the ways to center things
>but there are several other ways depending on the exact definition of "center" that you have
Yes
>And if you use SCSS you can write macros to simplify the most suitable centering code anyway
Sure, if you like using SCSS.
>Anyway if the next iteration of CSS features defendant types which will allow formally proven centering to resolve this issue
What?
>So it's easy
Yes

Attached: 1506520407997.png (426x364, 9K)

Attached: femiscript.jpg (400x400, 56K)

>he feels better about himself because he defends poor design decisions in a language he didn't even create

It's a lot like the "count to ten, with one second breaks".

Every time this comes up somewhere as an entry level job test, there's a hundred post thread on the intricacies of why the easy answers don't work.

Attached: 1523123751747.jpg (480x480, 42K)

Precise one second breaks? If so that's pretty impossible

What are you trying to center it with ?
Just use flexbox or something equivalent where you can set the order.
Don't support older shit anymore if it's anything that IE11 or the modern FF/Chrome stuff I just don't support it anymore.

Margin: 0 auto;