TechCodecPawx

joined 2 years ago
 
 
 
 
 
 

I like your explanation..

 
 

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

[–] TechCodecPawx@programming.dev 6 points 2 years ago* (last edited 2 years ago) (2 children)

For example:

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

He looked worried

Start by exploring Linux Mint or ZorinOS.. Both are optimized to feel like Windows.. You can watch YouTube videos about them to understand what I mean

[–] TechCodecPawx@programming.dev 24 points 2 years ago

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

[–] TechCodecPawx@programming.dev 10 points 2 years ago (1 children)

I'll admit, it was a typo.. But if that makes it savage, then I'll leave it

[–] TechCodecPawx@programming.dev 3 points 2 years ago* (last edited 2 years ago)

The meme was not about bad or good.. It's about Colors (CSS = Barbie), and Complexity (JS = Oppenheimer)

[–] TechCodecPawx@programming.dev 6 points 2 years ago (4 children)

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

[–] TechCodecPawx@programming.dev 17 points 2 years ago* (last edited 2 years ago) (2 children)

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

No.. My bad.. Normally I use PostCSS

view more: ‹ prev next ›