You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The syntax for align-self permmits only:
align-self: auto
align-self: flex-start
align-self: flex-end
align-self: center
align-self: baseline
align-self: stretch
align-self: inherit
The bottom aligment for item is not working because is wrong used align-self in css
}
The syntax for align-self permmits only:
align-self: auto
align-self: flex-start
align-self: flex-end
align-self: center
align-self: baseline
align-self: stretch
align-self: inherit
Here is the link to exemple:
http://semantic-ui.com/views/item.html#vertical-alignment
The text was updated successfully, but these errors were encountered: