8 - Más propiedades relacionadas al texto (letter-spacing, word-spacing, text-indent, text-transform)




Problema:

Inicializar los elementos h1 y p con los siguientes valores:

h1 {
  letter-spacing:10px;
  word-spacing:30px;
  text-transform:capitalize;
}
p {
  text-indent:20px;
}


Retornar