Jelajahi Sumber

style: stylized the change ui button

Marcelo Vilas Boas Correa Filho 3 tahun lalu
induk
melakukan
24c7b09ed6
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      templates/index.html

+ 3 - 3
templates/index.html

@@ -29,10 +29,10 @@
 <body>
 <!-- Change UI -->
 <div class="row">
-    <div class="col-12 text-center">
+    <div class="col-12 p-5 text-center">
         <div class="btn-group">
-            <button type="button" id="enableVisualUI">Interface interativa</button>
-            <button type="button" id="enableAccessibleUI">Interface acessível</button>
+            <button type="button" class="btn btn-info" id="enableVisualUI">Interface interativa</button>
+            <button type="button" class="btn btn-info" id="enableAccessibleUI">Interface acessível</button>
         </div>
     </div>
 </div>