@extends(getTemplate() . '.layouts.app')
@push('styles_top')
@endpush
@section('content')
Rows
Columns
Column & Inline Flex
Justify content center-row
I'm a div
I'm a div
I'm a div
Justify content Columns (y-axis)
Align items row (y-axis)
I'm a h2
I'm a h2
I'm a h2
I'm a h2
Align items column (x-axis)
@endsection