File tree Expand file tree Collapse file tree 4 files changed +52
-7
lines changed
Expand file tree Collapse file tree 4 files changed +52
-7
lines changed Original file line number Diff line number Diff line change @@ -117,13 +117,27 @@ <h2>Contribute to Bihar Culture</h2>
117117 </ div >
118118 </ section >
119119 </ main >
120-
120+ <!-- adding the footer-->
121121 < footer >
122- < div class ="footer-content ">
123- < p > © 2025 Bihar Culture Landing. Celebrating the heritage of Bihar.</ p >
124- < p > Made with ❤️ for preserving Bihar's cultural legacy</ p >
125- </ div >
126- </ footer >
122+ < div class ="footer-section ">
123+ < h3 > Top Tourist Destinations</ h3 >
124+ < ul class ="footer-links ">
125+
126+ < li > < a href ="tourism.html#bodh-gaya "> < h4 > Bodh Gaya</ h4 > </ a > </ li >
127+ < li > < a href ="tourism.html#nalanda "> < h4 > Nalanda University</ h4 > </ a > </ li >
128+ < li > < a href ="tourism.html#rajgir "> < h4 > Rajgir</ h4 > </ a > </ li >
129+ < li > < a href ="tourism.html#vaishali "> < h4 > Vaishali</ h4 > </ a > </ li >
130+ < li > < a href ="tourism.html#valmiki-tiger-reserve "> < h4 > Valmiki Tiger Reserve</ h4 > </ a > </ li >
131+ < li > < a href ="tourism.html#patna "> < h4 > Patna</ h4 > </ a > </ li >
132+
133+ </ ul >
134+ </ div >
135+
136+ < div class ="footer-info ">
137+ < p > © 2025 Bihar Culture & Tourism. Promoting the heritage and beauty of Bihar.</ p >
138+ < p > Made with ❤️ to celebrate Bihar’s culture and tourism</ p >
139+ </ div >
140+ </ footer >
127141
128142 <!-- Back to Top Button -->
129143 < button id ="backToTopBtn " title ="Back to Top "> ↑ Back to Top</ button >
Original file line number Diff line number Diff line change 44 padding : 0 ;
55 box-sizing : border-box;
66}
7+ .footer-links li a : hover {
8+ color : # e8541f ; /* Orange hover matches theme */
9+ }
10+ .footer-section {
11+ background-color : rgb (240 , 242 , 227 );
12+ text-align : center;
13+ color : # e8541f ;
14+ padding : 20px ;
15+ border-radius : 8px ;
16+ box-shadow : var (--shadow );
17+ }
18+ .footer-links li a {
19+ text-decoration : none;
20+ color : # 007bff ;
21+ font-weight : 600 ;
22+ font-size : 1.1rem ;
23+ transition : color 0.3s ease;
24+ }
25+
26+
27+ .footer-links {
28+
29+ display : flex;
30+ justify-content : center;
31+ align-items : center;
32+ flex-wrap : wrap;
33+ gap : 25px ;
34+ list-style : none;
35+ padding : 0 ;
36+ margin : 15px 0 ;
37+ }
738
839/* CSS Custom Properties for consistent theming */
940: root {
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ <h2>Explore Bihar on the Map</h2>
104104 </ main >
105105
106106 <!-- Footer -->
107- < footer >
107+ < footer >
108108 < p > Contributors can add more tourist spots!</ p >
109109 < p > © 2025 Bihar Tourism. All rights reserved.</ p >
110110 </ footer >
You can’t perform that action at this time.
0 commit comments