Browse Source

Update style.css

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
58c3ab2eee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      css/style.css

14
css/style.css

@ -103,9 +103,17 @@
.full.image-bg-1 {
background-image: url(../images/@stock/image-bg.jpg); }
.overlay {
padding: 100px 0 200px;
background: rgba(34, 34, 34, 0.85); }
.overlay:before {
position: absolute;
content:" ";
top:0;
left:0;
width:100%;
height:100%;
display: block;
z-index:0;
background-color: rgba(52,153,112,0.8);
}
.no-padding {
padding: 0; }

Loading…
Cancel
Save