scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 67  →  ?path2? @ 68
/css/style.css
@@ -0,0 +1,16 @@
.paralax-background {
background: url('/img/scratch-logo.svg') no-repeat center center;
position: fixed;
width: 100%;
height: 350px; /*same height as jumbotron */
top:0;
left:0;
z-index: -1;
}
 
.jumbotron {
height: 350px;
color: white;
text-shadow: #444 0 1px 1px;
background:transparent;
}