Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index.css 203B

il y a 5 ans
12345678910111213141516
  1. *{
  2. padding: 0;
  3. margin: 0;
  4. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  5. -webkit-overflow-scrolling: touch;
  6. }
  7. img{
  8. display: block;
  9. width: 100%;
  10. }
  11. html,body{
  12. height: 100%;
  13. }
  14. #all{
  15. width: 7.5rem;
  16. }