"Basic Gradient Background Example"
Bootstrap 3.0.0 Snippet by mwood073

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ---------->
/*class*/ } background: -moz-linear-gradient(45deg, #1f69d2 0%, #008080 100%); /* ff3.6+ */ background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1f69d2), color-stop(100%, #008080)); /* safari4+,chrome */ background: -webkit-linear-gradient(45deg, #1f69d2 0%, #008080 100%); /* safari5.1+,chrome10+ */ background: -o-linear-gradient(45deg, #1f69d2 0%, #008080 100%); /* opera 11.10+ */ background: -ms-linear-gradient(45deg, #1f69d2 0%, #008080 100%); /* ie10+ */ background: linear-gradient(45deg, #1f69d2 0%, #008080 100%); /* w3c */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#1f69d2',GradientType=1 ); /* ie6-9 */ }

Related: See More


Questions / Comments: