J'ai le DIV suivant dans une balise body :
<div id="AlertDiv"><h1>Yes</h1></div>
Et voici leurs classes CSS :
#AlertDiv {
position:absolute;
height: 51px;
left: 365px;
top: 198px;
width: 62px;
background-color:black;
color:white;
}
#AlertDiv h1{
margin:auto;
vertical-align:middle;
}
Comment puis-je aligner verticalement et horizontalement H1 à l'intérieur de DIV ?
AlertDiv
sera plus grand que H1.