third commit
This commit is contained in:
parent
faa3e3bfa2
commit
17b3e8e5a9
11
add-new.php
11
add-new.php
@ -39,11 +39,14 @@ if (isset($_POST["submit"])) {
|
||||
|
||||
<title>CRUD Application</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav class="navbar navbar-light justify-content-center fs-3 mb-5" style="background-color: #87CEEB;">
|
||||
CRUD Application
|
||||
</nav>
|
||||
|
||||
<nav class="navbar navbar-light justify-content-center fs-1 mb-2" style="background-color: #add8e6;">
|
||||
<img src="Logo.png" alt="Logo" width="300" height="75">
|
||||
</nav>
|
||||
<nav class="navbar navbar-light justify-content-center fs-2 mb-4" style="background-color: #87CEEB;">
|
||||
CRUD Application
|
||||
</nav>
|
||||
|
||||
<div class="container">
|
||||
<div class="text-center mb-4">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user