Page 627 - Emerging Trends and Innovations in Web-Based Applications and Technologies
P. 627

International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
                          background-image: url('https://example.com/path-to-yourbackground-image.jpg');
                          background-size: cover;
                          background-repeat: no-repeat;
                          background-opacity: 0.905; /* Adjust opacity (0 to 1) */
                          font-family: Arial, sans-serif;
                          color: #333; /* Text color */
                    }
                          .container {
                          max-width: 800px;
                          margin: 0 auto;
                          padding: 20px;
                          text-align: center;
                    }
                          .btn-primary {
                          background-color: #000; /* Black button theme */
                          border: none;
                          font-weight: bold; /* Bolder font */
                    }
                          .btn-primary:hover {
                          background-color: #111; /* Darker hover color */
                    }
                          .logo {
                          max-width: 100px; /* Adjust logo size as needed */
                    }
                          h2 { font-size: 24px; /* Larger font size */
                          font-weight: bold; /* Bolder font */
                    }
             </style>
             </head>
             <body>
             <div class="container">
             <img   src="https://seeklogo.com/images/P/pharmacy-logo4729C66E18-seeklogo.com.png"   alt="Pharmacy   Logo"
             class="logo"> <!-- Add your logo image -->
             <h2 class="text-center mb-5">New Supplier Detail</h2>
             <form method="post" th:action="@{/supplier/create}" th:object="${supplierDTO}" class="mt-4">
             <div class="mb-3 row">
             <label for="supplierName" class="col-sm-4 col-form
             label">Supplier Name:</label>
             <div class="col-sm-8">
             <input type="text" id="supplierName" name="supplierName" th:field="*{supplierName}" class="form control">
             </div>
             </div>
             <div class="mb-3 row">
             <label for="supplierEmail" class="col-sm-4 col-formlabel">Email ID:</label>
             <div class="col-sm-8">
             <input type="text" id="supplierEmail" name="supplierEmail" th:field="*{supplierEmail}" class="formcontrol">
             </div>
             </div>
             <div class="mb-3 row">
             <label for="supplierContact" class="col-sm-4 col-formlabel">Contact No:</label>
             <div class="col-sm-8">
             <input type="text" id="supplierContact" name="supplierContact" th:field="*{supplierContact}" class="form



             IJTSRD | Special Issue on Emerging Trends and Innovations in Web-Based Applications and Technologies   Page 617
   622   623   624   625   626   627   628   629   630   631   632