C3

 /* Base Styles */

body {

  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  background: linear-gradient(to right, #f9f9f9, #ffffff);

  color: #333;

  padding: 20px;

}


/* Main Container */

.main-container {

  max-width: 1000px;

  margin: 30px auto;

  background: #fff;

  padding: 30px;

  border-radius: 12px;

  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);

}


/* Header */

.top-row {

  text-align: center;

  margin-bottom: 20px;

}


.main-title {

  font-size: 26px;

  color: #2c3e50;

  letter-spacing: 1px;

}


/* Divider */

.divider {

  border: none;

  border-top: 2px solid #ddd;

  margin: 20px 0;

}


/* Form Container */

.form-container {

  margin-top: 20px;

}


.form-title {

  font-size: 22px;

  margin-bottom: 20px;

  color: #34495e;

  text-align: center;

}


.sub-heading {

  margin-top: 30px;

  margin-bottom: 10px;

  font-size: 18px;

  color: #2d3436;

}


/* Tables */

table {

  width: 100%;

  border-collapse: collapse;

  margin-bottom: 30px;

  font-size: 15px;

}


thead {

  background-color: #ecf0f1;

}


th, td {

  text-align: center;

  padding: 12px;

  border: 1px solid #ccc;

}


tr:nth-child(even) {

  background-color: #f7f9f9;

}


tr:hover {

  background-color: #f1f1f1;

}


/* Buttons */

button {

  padding: 6px 14px;

  margin: 3px;

  border: none;

  border-radius: 5px;

  font-size: 14px;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.3s ease;

}


button:hover {

  opacity: 0.9;

  transform: scale(1.03);

}


button:first-child {

  background-color: #ffc107;

  color: black;

}


button:last-child {

  background-color: #dc3545;

  color: white;

}


/* Back Link */

.back-btn {

  display: inline-block;

  margin-top: 20px;

  text-decoration: none;

  color: #2980b9;

  font-weight: bold;

  font-size: 15px;

  border: 1px solid #2980b9;

  padding: 8px 14px;

  border-radius: 5px;

  transition: 0.3s;

}


.back-btn:hover {

  background-color: #2980b9;

  color: white;

}


/* Footer */

.footer {

  text-align: center;

  font-size: 13px;

  color: #777;

  border-top: 1px solid #ccc;

  padding-top: 15px;

  margin-top: 30px;

}

Comments

Popular posts from this blog

Restaurant

TimePass

UIUXFILES