Skip to content

Instantly share code, notes, and snippets.

@madalinignisca
Last active August 1, 2019 08:14
Show Gist options
  • Save madalinignisca/2cc3ad8d60a3328b1615d0d85f986a57 to your computer and use it in GitHub Desktop.
Save madalinignisca/2cc3ad8d60a3328b1615d0d85f986a57 to your computer and use it in GitHub Desktop.
some cool css properties
div {
/* this is the cool smooth background gradient on aws.amazon.com */
background-image: linear-gradient(0deg,#eaeded 0,#fff);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment