Skip to content

Commit

Permalink
Merge pull request #668 from sugavanesh06/patch-1
Browse files Browse the repository at this point in the history
modify Copyright.html
  • Loading branch information
anuragverma108 authored Oct 19, 2024
2 parents 0435cc8 + b76c1db commit 3116a1e
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion Copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,33 @@
body.dark-mode footer {
background-color: var(--dark-heading-color);
}

/* Responsive Styles */
@media (max-width: 768px) {
h1 {
font-size: 2.5rem;
}

h2 {
font-size: 1.6rem;
}

p {
font-size: 1rem;
}

.navbar {
flex-direction: column;
align-items: center;
}
}
</style>
</head>

<body>

<!-- Fixed Dark Mode Toggle Button -->
<button class="toggle-dark-mode" id="dark-mode-toggle">🌙 Toggle Mode</button>
<button class="toggle-dark-mode" id="dark-mode-toggle" aria-label="Toggle Dark Mode">🌙 Toggle Mode</button>

<!-- Header -->
<header class="header">
Expand Down

0 comments on commit 3116a1e

Please sign in to comment.