We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41c2ec commit 8239bc2Copy full SHA for 8239bc2
1 file changed
browser.html index.htmlbrowser.html renamed to index.html
@@ -9,7 +9,8 @@
9
<title>setup test</title>
10
</head>
11
<body>
12
- <div id="app" class="container d-flex justify-content-center align-items-center vh-100">
+ <div id="app" class="container d-flex flex-column justify-content-center align-items-center vh-100">
13
+ <div class="bg-primary m-5 px-5 py-3 text-white"><h3>Default validation</h3></div>
14
<form class="row g-3 needs-validation w-75" @submit="validateForm">
15
<div class="col-md-4">
16
<label for="validationCustom01" class="form-label">First name</label>
0 commit comments