Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
11 additions and
3 deletions
-
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; } |
|
|
|