CopyPastor

Detecting plagiarism made easy.

Score: 0.9925804635888374; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2019-09-03
by Foram Trada

Original Post

Original - Posted on 2017-10-28
by Kael Watts-Deuchar



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Vuetify's grid uses [flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/).
- `align-*` operates on the vertical axis - you want to use `justify-*` for the child to translate it horizontally - `align-*` and `justify-*` only work on flex containers, so you can either use a `v-layout` instead of the `v-flex`, or just use both attributes on the same `v-layout`
Here is your [updated code](https://codepen.io/bhavik103/pen/LYPzrop?editors=1000) for you.
Vuetify's grid uses [flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/).
- `align-*` operates on the vertical axis - you want to use `justify-*` for the child to translate it horizontally - `align-*` and `justify-*` only work on flex containers, so you can either use a `v-layout` instead of the `v-flex`, or just use both attributes on the same `v-layout`
Here is a [fixed pen](https://codepen.io/anon/pen/EbxWaR?editors=1000) for you.

        
Present in both answers; Present only in the new answer; Present only in the old answer;