Avatar

TechCodex

TechCodecPawx@programming.dev
Joined
60 posts • 41 comments
Direct message

I made a meme about it… https://programming.dev/post/1927578… Sorry, I got bored

permalink
report
parent
reply

No… My bad… Normally I use PostCSS

permalink
report
parent
reply

For example:

Run (verb) = Runner (Person); Write (verb) = Writer (Person); Draw (verb) = Drawer (FURNITURE?? Really?)

permalink
report
parent
reply

CSS is coloring and styling in programming, Ma’am… It fits to describe the Barbie movie because of its vibrant colors

JS is about logic and calculations… More like science in Oppenheimer

permalink
report
parent
reply

I thought you had a typo… But then I look it up…

https://github.com/TheHolyTachanka/VsCopium

It’s real… But I think it’s abandoned…

permalink
report
parent
reply

I’ll admit, it was a typo… But if that makes it savage, then I’ll leave it

permalink
report
parent
reply

I tried modifying it, but the AI made the other woman’s face dumb

permalink
report
parent
reply

In HTML:

div class=“hands”>

In CSS:

.hands

A dot in CSS means you’re referring to an HTML Class. Note that this is different from the OOP Class in scripting languages. Think of HTML classes as classrooms. You can have multiple divs with the same class name, each will be affected when you style that class name. Just like students follow the same rule when applied to a classroom.

In some specific instances, ID is used instead of class. # is used in CSS instead of a dot. The only difference is that in ID, each element should have a unique ID.

div id=“right-arm”

CSS: #right-arm

permalink
report
parent
reply

VSCodium has limited plugins, but most known ones were available… Weird logo, some kind of a seaplant?? But I soon dig it…

VSCode has all the plugins, but with Microsoft’s Telemetry as expected… Cool logo…

Truth: I’m using VSCodium, the absence of Telemetry tends to improve it’s overall performance… I’m beginning to like the logo… Plugins support has improved, all the plugins I used in VSCode, are now available… All of it…

permalink
report
parent
reply

I ate the mouse’s liver with some fava beans and a nice spilled Chianti

permalink
report
reply