Last active
August 1, 2019 08:14
-
-
Save madalinignisca/2cc3ad8d60a3328b1615d0d85f986a57 to your computer and use it in GitHub Desktop.
some cool css properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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