Browse Source

Update style.css

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

7
css/style.css

@ -67,6 +67,9 @@
.full.grey {
background: #edebe7; }
.full.works {
background-image: url(../images/@stock/works-header.png); }
.full.white {
background: #fff; }
@ -103,7 +106,7 @@
.full.image-bg-1 {
background-image: url(../images/@stock/image-bg.jpg); }
.overlay:before {
.overlay:before{
position: absolute;
content:" ";
top:0;
@ -112,7 +115,7 @@
height:100%;
display: block;
z-index:0;
background-color: rgba(52,153,112,0.8);
background-color: rgba(51, 153, 212, 0.8);
}
.no-padding {

Loading…
Cancel
Save