A Pen by Danny Francken on CodePen.
Created
November 19, 2016 13:16
-
-
Save DaDanny/320920b7412fd88915bc30b7195be6b6 to your computer and use it in GitHub Desktop.
vygWJN
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="color-test"> | |
</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
.color-test{ | |
width: 100vw; | |
height: 100vh; | |
background: linear-gradient(to bottom right, #1F33AD, #802A97 85%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment