Commit 9d47fa57 by Iren

agg background instead img

parent 49472c42
...@@ -242,9 +242,10 @@ header { ...@@ -242,9 +242,10 @@ header {
} }
/*advertising*/ /*advertising*/
.advertising-background { .advertising-background {
background-repeat: no-repeat; /*background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
background-position: center center; background-position: center center;*/
background: #f9fbff;
padding-top: 182px; padding-top: 182px;
padding-bottom: 60px; padding-bottom: 60px;
margin-bottom: 75px; margin-bottom: 75px;
...@@ -545,6 +546,7 @@ header { ...@@ -545,6 +546,7 @@ header {
} }
/*protection*/ /*protection*/
.protection-background { .protection-background {
background: #f9fbff;
background-size: 100% 100%; background-size: 100% 100%;
background-position: center; background-position: center;
padding-top: 118px; padding-top: 118px;
...@@ -638,6 +640,7 @@ header { ...@@ -638,6 +640,7 @@ header {
color: #303a81; color: #303a81;
} }
.technology { .technology {
background: #f9fbff;
background-size: 100% 100%; background-size: 100% 100%;
background-position: center; background-position: center;
padding-top: 140px; padding-top: 140px;
...@@ -676,7 +679,6 @@ header { ...@@ -676,7 +679,6 @@ header {
text-align: left; text-align: left;
padding-right: 80px; padding-right: 80px;
height: 158px; height: 158px;
border: yellow 1px solid;
} }
.technology-card p { .technology-card p {
font-size: 16px; font-size: 16px;
......
...@@ -220,9 +220,10 @@ header { ...@@ -220,9 +220,10 @@ header {
} }
/*advertising*/ /*advertising*/
.advertising-background { .advertising-background {
background-repeat: no-repeat; /*background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
background-position: center center; background-position: center center;*/
background: #f9fbff;
padding-top: 182px; padding-top: 182px;
padding-bottom: 60px; padding-bottom: 60px;
margin-bottom: 75px; margin-bottom: 75px;
...@@ -431,6 +432,7 @@ header { ...@@ -431,6 +432,7 @@ header {
} }
/*protection*/ /*protection*/
.protection-background { .protection-background {
background: #f9fbff;
background-size: 100% 100%; background-size: 100% 100%;
background-position: center; background-position: center;
padding-top: 118px; padding-top: 118px;
...@@ -517,6 +519,7 @@ header { ...@@ -517,6 +519,7 @@ header {
} }
} }
.technology { .technology {
background: #f9fbff;
background-size: 100% 100%; background-size: 100% 100%;
background-position: center; background-position: center;
padding-top: 140px; padding-top: 140px;
...@@ -550,7 +553,6 @@ header { ...@@ -550,7 +553,6 @@ header {
text-align: left; text-align: left;
padding-right: 80px; padding-right: 80px;
height: 158px; height: 158px;
border: yellow 1px solid;
p { p {
font-size: 16px; font-size: 16px;
font-weight: 300; font-weight: 300;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment