Cute latina is a CSS legend. I wanna be like her when I grow up. Get in here, tech brehs.

Ty Daniels

Superstar
Joined
Dec 13, 2019
Messages
2,036
Reputation
3,444
Daps
14,466
I can't imagine the amount of lines of code

Surprisingly she isn't even using that much HTML(markup), it is mostly clever use of CSS, with Linear Gradients, Drop Shadows, and Transforms.
I also saw some use of SVG (Base64 Strings) for some elements.

That being said it is impressive work.

Here is one of her CodePens:
 

RadaMillz

Superstar
Joined
May 7, 2012
Messages
11,788
Reputation
2,743
Daps
60,384
Reppin
Harlem, Uganda
Surprisingly she isn't even using that much HTML(markup), it is mostly clever use of CSS, with Linear Gradients, Drop Shadows, and Transforms.
I also saw some use of SVG (Base64 Strings) for some elements.

That being said it is impressive work.

Here is one of her CodePens:


:wow: 1,400 lines of css code

shout out to her, a lot of time went in to that
 

IIVI

Superstar
Joined
Mar 11, 2022
Messages
13,627
Reputation
3,489
Daps
48,566
Reppin
Los Angeles
giphy.gif


People who can do CSS really got job stability.

Can't even go to ChatGPT for it.

If you got the skills to make a real nice, clean "sticky" feeling U.I you need to get paid big.
 

klientel

Veteran
Supporter
Joined
May 1, 2012
Messages
18,625
Reputation
2,038
Daps
79,664
She’s crazy talented. Sad part is AI is going to make that skill completely irrelevant in a year or two
 

Cadillac

Veteran
Joined
Oct 17, 2015
Messages
42,426
Reputation
6,276
Daps
140,263
not saying this for contrarian reasons

but she kinda mid, looks like makeup/lighting making her look good
 

CopiousX

Veteran
Supporter
Joined
Dec 15, 2019
Messages
12,972
Reputation
4,216
Daps
63,416
Can you atleast describe what css art is
CSS is a coding language used to make websites. Its very limited in what it can do and must usually be paired with 2 to 3 other coding languages to make something appealing.


Coding languages are a set of basic instructions for a computer. By basic i mean (go left, add 2+2, is this number even or odd?) type of instructions.


To make something good you often need to type hundreds(sometimes thousands) of instructions. This is a monotonous task. Think of @Bart simpson writing endless lines of text on the chalkboard as a punishment in the simpsons intro. Its that level of monotony. So that woman did a fair amount of work to get her art to be that good using the CSS language.


Normally visual coders use a more powerful language like java or external software like blender (that uses C, C++, python, and lots if math) to create complex visual art. These other options allow you to work while giving far fewer instructions.
 

Ty Daniels

Superstar
Joined
Dec 13, 2019
Messages
2,036
Reputation
3,444
Daps
14,466
Nothing monotonous about it to me.

Yeah I agree, I code everyday (CSS included).

It has just gotten to the point, that I don't even have to think about as I'm doing it.

CSS is super simple, and most projects use CSS frameworks like Bootstrap and Tailwind, so that cuts down even more code you have to write.
 
Top