Created
December 9, 2022 21:46
-
-
Save iAMNABHON/53a2a9bf188b4a4ec10744da51013094 to your computer and use it in GitHub Desktop.
5 color linear gradient
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 class="linear-gradient"></div> |
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
| body { | |
| margin: 0; | |
| } | |
| .linear-gradient { | |
| background: linear-gradient(#80FFDB, #64DFDF, #48BFE3, #5390D9, #5E60CE); | |
| height: 100vh; | |
| width: 100vw; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment