Can you rate? I just use JS and CSS
Hector Brito
@hectorjbdAll comments
- @hectorjbdSubmitted almost 2 years ago
- @hectorjbdSubmitted almost 2 years ago
the menu was difficult with tailwind
- @cyeguezSubmitted about 2 years ago
Hola, tengo muchas dudas con la elaboración de archivo readme, entiendo que hay un modelo el cual es el ejemplo a seguir, pero no tengo idea por donde comenzar ya que observo que hay mucha información.
@hectorjbdPosted about 2 years agoHola. El archivo readme es la introduccion de tu codigo donde podras escribir una breve descripcion de tu proyecto o tarea. El lenguaje que utiliza readme es el markdown. Donde podras buscar en google o ver videos tutoriales de como escribir. Tambien tu perfil de Github contiene un archivo readme donde podras hablar de ti y los lenguajes de programacion que utilizas. Espero que haya sido de tu ayuda este comentario.
Marked as helpful0 - @onwuemenejoshuaSubmitted over 2 years ago
- Pls, what can I do to make the mobile view highly responsive, especially regarding the Image??
- pls, how do I position the container(Image and content(text)) in the middle of the page(desktop view)?
- pls, how can I make both the image and the content(text) to be of equal width?
@hectorjbdPosted over 2 years agoHello! I did this:
@media only screen and (min-width: 640px) and (max-width: 768px){ .contenedor{ max-width: 600px; } }
@media only screen and (max-width: 640px){ .contenedor{ min-width: auto; width: 90%; display: flex; flex-direction: column; border-radius: 20px; margin: auto; }
Marked as helpful1 - @hectorjbdSubmitted over 2 years ago
It was difficult for me to place two div next to each other. I didn't know which one to use: grid or flex
@hectorjbdPosted over 2 years agoIt was difficult for me to place two div next to each other. I didn't know which one to use: grid or flex
0