css mettre un texte centre code example

Example 1: mettre une image au milieu css

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
 ...
...

Example 2: aligner et centrer element css html



.navigation{
  width: 100%;
  height: 1.8em;
  
}

li {
  display: inline;
  padding:5px;
  
}
////////////////////////////////////////////////////
 
portrait portrait_demo portrait_demo
//////// css/////////// .portrait{ text-align: center; } .demo_portrait_1{ padding:10px; height: 400px; width: 400px; }

Tags:

Misc Example