Skip to content

Instantly share code, notes, and snippets.

@nbatalla03
Last active August 29, 2015 13:57
Show Gist options
  • Save nbatalla03/9466141 to your computer and use it in GitHub Desktop.
Save nbatalla03/9466141 to your computer and use it in GitHub Desktop.
.sidebar {
background: #eee;
background-image: -o-linear-gradient(bottom, #F23B1 0%, #293FD5 100%);
background-image: -moz-linear-gradient(bottom, #F23B1 0%, #293FD5 100%);
background-image: -webkit-linear-gradient(bottom, #F23B1 0%, #293FD5 100%);
background-image: -ms-linear-gradient(bottom, #F23B1 0%, #293FD5 100%);
background-image: linear-gradient(to bottom, #F23B1 0%, #293FD5 100%);
border-radius: 5px;
padding: 10px;
width: 200px;
}
.header {
background: #eee;
background-image: -o-linear-gradient(bottom, #F23B1 0%, #293FD5 100%);
background-image: -moz-linear-gradient(bottom, #F23B1 0%, #293FD5 100%);
background-image: -webkit-linear-gradient(bottom, #F23B1 0%, #293FD5 100%);
background-image: -ms-linear-gradient(bottom, #F23B1 0%, #293FD5 100%);
background-image: linear-gradient(to bottom, #F23B1 0%, #293FD5 100%);
border-radius: 5px;
padding: 10px;
width: 1000px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment