-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS gradient backgrounds #6
Comments
Nice! I understand now :) Very cool, merci |
I'll be working on them 🙂 |
Also about the gradients: they are different on every page, so we should also be using PHP or JQuery to tell browsers that gradient X goes with |
@FredericoAndrade is that how you're doing these css background effects on http://fredericoandrade.com/ (in the footer for instance?) PS. Hi, I'm Robin 🙂 |
Hi @robinmetral! Not sure what your question is, but happy to talk through whatever! |
He @FredericoAndrade, just wondering how you did the colored shapes in the background of your site 🙂 Did you use CSS gradients? Something else? They're looking great! |
CSS gradients would probably be the best option in terms of performance, but it seems that other sites (example) simply use lightweight background images. Judging by the mockups (some art is pretty complicated, like dotted areas), maybe we should consider using background images |
Hi @robinmetral so sorry for the delay here, looks like i never pressed send! - the angled details are achieved with a |
Hey @FredericoAndrade, no worries and thanks for the link! This will make it much easier than a classic gradient generator 🙂 |
As seen on the mockups.
This can help: https://gradientlab.space/
The text was updated successfully, but these errors were encountered: