logo SnippetVamp

php 103fonctions 83astuce 80css 59html 51javascript 48fichiers 30jquery 27securite 18texte 17bootstrap 14parser 13debug 11graphisme 11python 11responsive 8pluXML 7ajax 4crossbrowser 4vanilla 4auto_ 2conversion 2evenements 2form 2lib 2markdown 2mobile 2bash 1dothtaccess 1effets 1erreurs 1fallback 1filter 1mail 1promise 1social 1
SnippetVamp 3.1c - 2023 - GNU GPL - FAQ
#key - centrer un élément dont on connait la taille (marges negatives)
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}

* html .centered { position:absolute }

margin: 20px auto;


			
astuce html css
http://css-tricks.com/quick-css-trick-how-to-center-an-object-exactly-in-the-center/
public - 06/07/2013 - Add to pack - texte seul - permalink