skip to Main Content

im not sure what to use in that case

I want to have resumé (img) on the left, the biographie (p) with a wide width in the middle and on the right in the same area a input (email), texterea and button. i dont know if i should use gridbox or a ul, ul seems to be a bit hard since i want the resume and biographie to be a row and the other to be in a column. if i use grid i dont know if the biographie would be split in multiple parts.

sorry if this seems like a dumb question to you, im new to this

2

Answers


  1. I would recommend using CSS grid layout for this. Creating a layout like image on the left , biography in the middle , and contact info in the right. Using CSS grid containers will help you to split content, like you can use grid rows and grid template columns with specific values

    Login or Signup to reply.
  2. I’m not sure I understand your question fully but I think a grid will be appropriate. If you can give a better description of what you’re trying to achieve, I’m happy to help

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search