Skip to content

Instantly share code, notes, and snippets.

View AlidaContreras's full-sized avatar
🏠
Working from home

Alida Contreras Truevas AlidaContreras

🏠
Working from home
View GitHub Profile

Aligning images

This is a guide for aligning images.

See the full Advanced Markdown doc for more tips and tricks

left alignment

flex-flow:column-reverse wrap-reverse;
justify-content:center;
align-content:space-between;