Skip to content

Commit

Permalink
changed title and css
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilritgithub committed Nov 9, 2024
1 parent bc0ce9c commit 6161df9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Event Registration</title>
<title>Campus Connect</title>
<link rel="icon" href="/static/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/static/style.css">
<script src="https://cdn.jsdelivr.net/npm/qrcode/build/qrcode.min.js"></script>
Expand Down Expand Up @@ -200,6 +200,7 @@
<div class="navbar">
<div class="menu">
<ul>
<h3 >Campus Connect</h3>
<li><a href="see_details.html">See Details</a></li>
</ul>
</div>
Expand Down
4 changes: 4 additions & 0 deletions templates/see_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@
margin: 0;
padding: 20px;
}
#title{
color: aliceblue;
}
.navbar {
text-align: center;
margin-bottom: 20px;
color: azure;
}
.navbar a {
display: inline-block;
Expand Down

0 comments on commit 6161df9

Please sign in to comment.