-
-
Save ashumeow/9594194 to your computer and use it in GitHub Desktop.
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
/* Gradient cheatsheet */ | |
background: linear-gradient(45deg, white, black); | |
background: linear-gradient(right, white, red, black); | |
background: linear-gradient(bottom right, white 50px, black); | |
background: radial-gradient(top-right, white, black); | |
background: radial-gradient(top-right, lime, black 0); | |
background: radial-gradient(center, red, black); | |
background: radial-gradient(yellow, black); | |
background: radial-gradient(yellow, red); | |
height: 300px; | |
width: 200px; |
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
<html> | |
<head> | |
<title> | |
dabblet | |
</title> | |
</head> | |
</html> |
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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment