DEV Community

Discussion on: What's that piece of code that you have to Google *every time*?

Collapse
 
vtrpldn profile image
Vitor Paladini

CSS might not be a programming language but it is a kind of code nonetheless 🙂

One CSS thing that I always search for is gradients syntax and display: grid stuff

Collapse
 
perpetual_education profile image
perpetual . education

It's totally a programming language... / but - it's ok if you don't agree.

background-image: url($url); - is a function that goes and sends an HTTP request for an image based on an argument.