Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Last active September 14, 2023 22:56
Show Gist options
  • Save codigoconjuan/5d0b0d54a37897c49bf9ff8925244f97 to your computer and use it in GitHub Desktop.
Save codigoconjuan/5d0b0d54a37897c49bf9ff8925244f97 to your computer and use it in GitHub Desktop.
NextJS Product Hunt
.listado-productos {
background-color: #f3f3f3;
}
.contenedor {
max-width: 1200px;
width: 95%;
padding: 5rem 0;
margin: 0 auto;
}
.bg-white {
background-color: #FFF;
}
// validar email
!/^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}$/i
// validar URL
!/^(ftp|http|https):\/\/[^ "]+$/
@hernanharco
Copy link

remil gracias

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment