Last active
September 14, 2023 22:56
-
-
Save codigoconjuan/5d0b0d54a37897c49bf9ff8925244f97 to your computer and use it in GitHub Desktop.
NextJS Product Hunt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.listado-productos { | |
background-color: #f3f3f3; | |
} | |
.contenedor { | |
max-width: 1200px; | |
width: 95%; | |
padding: 5rem 0; | |
margin: 0 auto; | |
} | |
.bg-white { | |
background-color: #FFF; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// validar email | |
!/^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}$/i | |
// validar URL | |
!/^(ftp|http|https):\/\/[^ "]+$/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
remil gracias