rachelandrew / cssgrid-ama

Ask me anything about CSS Grid Layout
328 stars 12 forks source link

Grids and Images #38

Closed ashleypetersondesign closed 7 years ago

ashleypetersondesign commented 7 years ago

What are some of the best or recommended methods for adding images to grids

rachelandrew commented 7 years ago

I'm not sure I understand the question. There isn't any difference adding an image to a grid layout to adding an image to a flex layout or anything else.

If you are having a problem with some code then put together a CodePen example and I will take a look.

ashleypetersondesign commented 7 years ago

Hi Rachel,

Thanks so much for your quick response.

I was apprehensive about posting my questions, as I'm a web design student. I apologise if it seemed rudimentary. We learned a bit about grid layouts and with a background in print design, this made me really excited.

My new born web designer brain is struggling to translate the tutorials on sites such as Grid By Example, with actual content such as images.

I was working on a code pen to show you what I was having a problem with and realised that my grid column/row units were off, and thats what was causing a load of issues... one little number changed did the fix haha

Thanks again for getting back to me, and this is such exciting stuff!