center
1
<--add a display and justify-self class to body tag-->
+ <body class="display justify-self">
<div class="v-d-grid v-just-self-center" >
<div>
1
</div>
</div>
just-self-center version
start
1
<--add a display and justify-self class to body tag-->
+ <body class="display justify-self">
<div class="v-d-grid v-just-self-start" >
<div>
1
</div>
</div>
just-self-start version
end
1
<--add a display and justify-self class to body tag-->
+ <body class="display justify-self">
<div class="v-d-grid v-just-self-end" >
<div>
1
</div>
</div>
just-self-end version