Posts by Lucas Monteiro • 1 point
2 posts
- 
		0 votes1 answer185 viewsA: Flexbox - Image alignmentHello, all right my darling?. flex-Direction by default is Row ( row), you are changing it to column(column). Just switch to the following: .column{ display: flex; align-items:flex-start; /*Para que… 
- 
		0 votes2 answers233 viewsA: Align navigation menu in the centerYou say the full navigation menu or when the mouse has Hover in the menu in specific? . First of all you will have to leave these three elements with id="photo-p", commented, or erase them for now.(…