Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CSS Stylesheet
.main-container { 
	width : 100%;
}


.intro { 
    background-image: url(../download/attachments/162483028/captationEtDiffusion_logiciel1.png);
 	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	background-size: cover;
	heightbackground-size: 75% 240px50%;
}


.etape1 {
 	background-image:url('../download/attachments/162483028/captationEtDiffusion_logiciel2.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	background-size: cover;
	height: 240px;
}

.etape2 {
 	background-image:url('../download/attachments/162483028/captationEtDiffusion_logiciel3.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	height: 240px;

}

.etape3 {
 	background-image:url('../download/attachments/162483028/captationEtDiffusion_logiciel4.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	height: 240px;
}

.etape4 {
 	background-image:url('../download/attachments/162483028/captationEtDiffusion_logiciel5.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	height: 240px;
}

...