Sha256: 20b964b245b88e5e2514f3719c96f579ca2b2bb7d106bc723b51ed04b6c9e788
Contents?: true
Size: 1.31 KB
Versions: 10
Compression:
Stored size: 1.31 KB
Contents
.jumbotron { position: relative; padding: 40px 0; color: #fff; text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075); background: #f60; /* Old browsers */ background: -moz-linear-gradient(45deg, #f60 0%, #f60 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#f60), color-stop(100%,#6d3353)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(45deg, #f60 0%,yellow 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(45deg, #f60 0%,#6d3353 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(45deg, #f60 0%,#6d3353 100%); /* IE10+ */ background: linear-gradient(45deg, #f60 0%,#6d3353 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60', endColorstr='#6d3353',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); } .jumbotron h1 { font-size: 80px; font-weight: bold; letter-spacing: -1px; line-height: 1; } .jumbotron p { font-size: 24px; font-weight: 300; line-height: 1.25; margin-bottom: 30px; }
Version data entries
10 entries across 10 versions & 2 rubygems