[Vuejs]-How can I align at center "div" and "a" elements

1👍

use align-items: center on .container class

I made a working example of center alignment.
example here

Leave a comment