Answers for "html button align center horizontal"

-1

html center button

<!DOCTYPE html>
<html lang="en">
   <head>
      <meta charset="UTF-8" />
      <title>Button align center</title>

      <style>
         .flex-parent {
            display: flex;
         }

         .jc-center {
            justify-content: center;
         }

         button.margin-right {
            margin-right: 20px;
Posted by: Guest on February-24-2021

Code answers related to "html button align center horizontal"

Browse Popular Code Answers by Language