Created
March 20, 2019 17:49
-
-
Save misingnoglic/adadead559d3fbd487ee3d8923fdb311 to your computer and use it in GitHub Desktop.
Academic Webpage fun style
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{ | |
background-color: black; | |
color: white; | |
} | |
.grad1 { | |
background: red; | |
background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet); | |
background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet); | |
background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet); | |
background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet); | |
-webkit-background-clip: text; | |
-webkit-text-fill-color: transparent; | |
font-size: 16px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment