Skip to content

Commit

Permalink
add footer bg
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilan032 committed Jun 20, 2024
1 parent 4789d5c commit 1334ea2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/footer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.footer-bg{
padding: 4px;
background-color: white;
}
3 changes: 2 additions & 1 deletion include/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootsrap css CDN link v5.3-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/footer.css">
<title>Past Paper Management WebApplication</title>
</head>

0 comments on commit 1334ea2

Please sign in to comment.