Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Hector Britoā€¢ 470

    @hectorjbd

    Posted

    Can you rate me? plz

    0
  • Hector Britoā€¢ 470

    @hectorjbd

    Posted

    Can you rate me?

    0
  • cesarā€¢ 490

    @cyeguez

    Submitted

    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.

    Hector Britoā€¢ 470

    @hectorjbd

    Posted

    Hola. 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 helpful

    0
  • @onwuemenejoshua

    Submitted

    1. Pls, what can I do to make the mobile view highly responsive, especially regarding the Image??
    2. pls, how do I position the container(Image and content(text)) in the middle of the page(desktop view)?
    3. pls, how can I make both the image and the content(text) to be of equal width?
    Hector Britoā€¢ 470

    @hectorjbd

    Posted

    Hello! 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 helpful

    1
  • Hector Britoā€¢ 470

    @hectorjbd

    Posted

    It was difficult for me to place two div next to each other. I didn't know which one to use: grid or flex

    0