Skip to content

Commit f57090a

Browse files
authored
Update README.md
1 parent 22428bf commit f57090a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
background-color: #000; /* Black Background */
1414
color: #FFD700; /* Yellow Text */
1515
}
16-
1716
header {
1817
background-color: #1a1a1a;
1918
color: #FFD700;
2019
padding: 20px 10px;
2120
text-align: center;
2221
}
23-
2422
.nav-links {
2523
list-style: none;
2624
padding: 0;
@@ -29,7 +27,6 @@
2927
justify-content: center;
3028
gap: 20px;
3129
}
32-
3330
.nav-links a {
3431
text-decoration: none;
3532
color: #FFD700;
@@ -39,60 +36,49 @@
3936
background-color: transparent;
4037
border-radius: 4px;
4138
}
42-
4339
.nav-links a:hover {
4440
color: #000;
4541
background-color: #FFD700; /* Yellow Background on Hover */
4642
}
47-
4843
section {
4944
display: none; /* Hide sections by default */
5045
padding: 20px;
5146
}
52-
5347
section.active {
5448
display: block; /* Show the active section */
5549
}
56-
5750
footer {
5851
background-color: #1a1a1a;
5952
color: #FFD700;
6053
text-align: center;
6154
padding: 10px;
6255
}
63-
6456
.github {
6557
text-align: center;
6658
margin-top: 30px;
6759
}
68-
6960
.github a {
7061
color: #FFD700; /* Yellow color for GitHub links */
7162
text-decoration: none;
7263
font-weight: bold;
7364
}
74-
7565
.github a:hover {
7666
color: #00acee; /* Blue on hover */
7767
}
78-
7968
.assignment {
8069
background-color: #1a1a1a;
8170
padding: 15px;
8271
margin: 20px 0;
8372
border-radius: 8px;
8473
box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
8574
}
86-
8775
.assignment h3 {
8876
color: #FFD700; /* Yellow for assignment titles */
8977
}
90-
9178
a {
9279
color: #FFD700; /* Default yellow color for links */
9380
text-decoration: none;
9481
}
95-
9682
a:hover {
9783
color: #00acee; /* Blue on hover for consistency */
9884
}
@@ -172,6 +158,5 @@
172158
document.getElementById(sectionId).classList.add("active");
173159
}
174160
</script>
175-
176161
</body>
177162
</html>

0 commit comments

Comments
 (0)