Advertisement
faizulclass

header.php

Nov 7th, 2024 (edited)
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.31 KB | None | 0 0
  1. <!-- header.php -->
  2. <div class="header text-center mb-4">
  3.     <h3>Task Management System</h3>
  4. </div>
  5.  
  6. <style>
  7.     .header {
  8.         background-color: #f8f9fa;
  9.         padding: 20px;
  10.         border-bottom: 2px solid #dee2e6;
  11.     }
  12.     h3 {
  13.         font-weight: bold;
  14.         color: #333;
  15.     }
  16. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement