Skip to content

Instantly share code, notes, and snippets.

@misingnoglic
Created March 20, 2019 17:49
Show Gist options
  • Save misingnoglic/adadead559d3fbd487ee3d8923fdb311 to your computer and use it in GitHub Desktop.
Save misingnoglic/adadead559d3fbd487ee3d8923fdb311 to your computer and use it in GitHub Desktop.
Academic Webpage fun style
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