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
2 additions and
6 deletions
-
css/style.css
|
@ -47,11 +47,6 @@ |
|
|
.full.light { |
|
|
.full.light { |
|
|
color: #fff; } |
|
|
color: #fff; } |
|
|
|
|
|
|
|
|
.works { |
|
|
|
|
|
background: rgba(51,153,112,0.8); |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
height: 100%; } |
|
|
|
|
|
|
|
|
|
|
|
.full.brown { |
|
|
.full.brown { |
|
|
background: #AB8860; } |
|
|
background: #AB8860; } |
|
|
|
|
|
|
|
@ -107,11 +102,12 @@ |
|
|
background-image: url(../images/@stock/image-bg.jpg); } |
|
|
background-image: url(../images/@stock/image-bg.jpg); } |
|
|
|
|
|
|
|
|
.overlay { |
|
|
.overlay { |
|
|
position: fixed; |
|
|
position: absolute; |
|
|
content:" "; |
|
|
content:" "; |
|
|
top:0; |
|
|
top:0; |
|
|
left:0; |
|
|
left:0; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
|
|
|
height: 100%; |
|
|
display: block; |
|
|
display: block; |
|
|
z-index:0; |
|
|
z-index:0; |
|
|
background-color: rgba(51, 153, 212, 0.8); |
|
|
background-color: rgba(51, 153, 212, 0.8); |
|
|