Skip to content

Commit

Permalink
Rainbow!
Browse files Browse the repository at this point in the history
  • Loading branch information
braddunbar committed Jan 28, 2016
1 parent 9805b8b commit 24da603
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset='utf-8'>
<title>Superdudes321's Website!!!</title>
<style>
h1 { color: #00b300; }
p { color: #532500; }
.memes {
animation: spin 2s infinite;
Expand All @@ -20,12 +19,21 @@
.sanic {
animation: spin 2s infinite;
}
.rainbow {
background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
color: transparent;
-webkit-background-clip: text;
background-clip: text;
}
</style>
</head>
<body>
<h1>Superdudes321's Website!!!</h1>
<h1>
<span class='rainbow'>Superdudes321's Website!!!</span>
</h1>
<span class=>
BRAD,BILL AND ABBIE GRACE THE HUMANS!
BRAD, BILL, MATTHEW, AND ABBIE GRACE THE HUMANS!
</span>
<br>
<img src='./finn.jpg'>
Expand All @@ -35,5 +43,5 @@ <h1>Superdudes321's Website!!!</h1>
</span>
<br>
<img src='./ILLUMANATEE.gif'>
</body>
</body>
</html>

0 comments on commit 24da603

Please sign in to comment.