Bonsoir à tous,
J'ai fait le tour des forums, mais je n'arrive pas à habiller un titre h1 et un paragraphe par une photo (imagedemoi).
Je vous donne mes CSS :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.cd-modale p {
  color: #fff;
  line-height: 1.6;
  text-align: left;
  width:100% !important; 
}
.cd-modale h1 {
	font-size: 6vw;
	color: #fff;
	line-height: 1;
	text-align: left;
	width:100% !important; 
}
 
.imagedemoi img{
	width:50% !important; 
	position: absolute;
	float: right;
}
Merci pour votre aide et bonne fin de week-end,
DH