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.

17 lignes
275 B

  1. *, body{
  2. margin: 0;
  3. padding: 0;
  4. list-style: none;
  5. font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  6. box-sizing: border-box;
  7. }
  8. body{
  9. background-color: $satin_deep_black;
  10. }
  11. img{
  12. width: 100%;
  13. }