* fix: restructure certifications guide articles * fix: added 3 dashes line before prob expl * fix: added 3 dashes line before hints * fix: added 3 dashes line before solutions
11 lines
639 B
Markdown
11 lines
639 B
Markdown
---
|
|
title: Use the align-items Property in the Tweet Embed
|
|
---
|
|
# Use the align-items Property in the Tweet Embed
|
|
|
|
---
|
|
## Problem Explanation
|
|
Similar to the <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/certifications/responsive-web-design/css-flexbox/align-elements-using-the-align-items-property/index.md' target='_blank' rel='nofollow'>previous challenge</a>, you will need to set the property value to `center` on the right selector.
|
|
|
|
Note it might look like nothing changed but once again, the more explicit youa re with your style early on, the less side effects you will see when your CSS gets more complex.
|