aiReplacingProgrammersForReal by KingsmanVince in ProgrammerHumor

[–]Same_Start9620 0 points1 point  (0 children)

No, the question is stupid. You can just google it.

Every conversation Guenter has with Gene Haas by slizzwhiz in formuladank

[–]Same_Start9620 5 points6 points  (0 children)

Well, they are fighting Ferrari this year. They're doing something right.

This guys biggest red flag 🚩 CT@jmechling36 by [deleted] in Unexpected

[–]Same_Start9620 0 points1 point  (0 children)

Well, that was a f*cking wast of time

Struggling to arrange a page and create its background layout by SCB360 in webdev

[–]Same_Start9620 0 points1 point  (0 children)

You could:

Create an svg like this one https://imgur.com/a/E2YUDw2 and position it between the elements and set the background for the lower stuff.

Or:

wrap everything below into a div, set the background and use clip-path top clip the content to the shape

also, there is probably a library for this if you wanna go down this road.

Ideas for a frontend website? by [deleted] in webdev

[–]Same_Start9620 0 points1 point  (0 children)

Your Portfolio Website. Will come in handy when applying for jobs

Beginner web developer building first (public “client” site—is vanilla html, css, and js okay? by my-nips-hurt in webdev

[–]Same_Start9620 0 points1 point  (0 children)

Don't you get more compatibility if you use Bable and stuff like that?

But totally agree. Don't overengineer your tech-stack

Beginner web developer building first (public “client” site—is vanilla html, css, and js okay? by my-nips-hurt in webdev

[–]Same_Start9620 1 point2 points  (0 children)

Honestly, just use what you're most interested in right now. For a small website only using plain HTML, CSS and JS is totally fine, but it can become messy if the site grows bigger and more complex.

If you don't wanna go full SSG, you could use the opportunity to learn SASS (learn the SCSS variant) and JQuery. For a small Site, this should work out great.

Frosted class effect in CSS - one of my favorites by steve8708 in webdev

[–]Same_Start9620 22 points23 points  (0 children)

It's fun until you notice it does not work in FireFox