File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 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 ;
2927 justify-content : center ;
3028 gap : 20px ;
3129 }
32-
3330 .nav-links a {
3431 text-decoration : none ;
3532 color : #FFD700 ;
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 }
You can’t perform that action at this time.
0 commit comments