Skip to content

Instantly share code, notes, and snippets.

@rssilva
Last active December 11, 2015 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rssilva/4669721 to your computer and use it in GitHub Desktop.
Save rssilva/4669721 to your computer and use it in GitHub Desktop.
#29 Gradients
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="gradient-change.js"></script>
</head>
<body>
<div id="wrapper"></div>
</body>
</html>
#wrapper {
margin: 0 auto;
height: 200px;
width: 200px;
border: solid 1px #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment