Changes- form

This commit is contained in:
Harshitha Shetty
2024-12-04 04:03:54 +05:30
parent 2f0597cb1e
commit c07c6251e4
5 changed files with 0 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
/* General form container styling */
.form-container { .form-container {
max-width: 600px; max-width: 600px;
margin: 30px auto; margin: 30px auto;

View File

@@ -1,4 +1,3 @@
// CourseForm.js
import React from "react"; import React from "react";
import { useParams } from "react-router-dom"; import { useParams } from "react-router-dom";
import "./CourseForm.css"; import "./CourseForm.css";

View File

@@ -1,4 +1,3 @@
/* General form container styling */
.form-container { .form-container {
max-width: 600px; max-width: 600px;
margin: 30px auto; margin: 30px auto;

View File

@@ -1,4 +1,3 @@
// FacultyForm.js
import React from "react"; import React from "react";
import { useParams } from "react-router-dom"; import { useParams } from "react-router-dom";
import "./FacultyForm.css"; import "./FacultyForm.css";

View File

@@ -1,4 +1,3 @@
/* Navbar Container */
.navbar { .navbar {
background-color: #800000; /* Maroon background */ background-color: #800000; /* Maroon background */
height: 60px; /* Navbar height */ height: 60px; /* Navbar height */