diff --git a/index.html b/index.html
new file mode 100644
index 0000000..f96d380
--- /dev/null
+++ b/index.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+ Shree Bhavani Higher Primary School
+
+
+
+
+
+
+
+
+
+
+
+
+
+ About Us
+ Shree Bhavani Higher Primary School, managed by Shree Bhavani Education Trust, is a Co-educational Private Unaided school located in Chikkanakana Hally, Mandya, Karnataka. Our school provides high-quality education in a rural setting.
+
+
+
+ School Hours
+
+ Monday - Friday: 9:30 AM – 4:00 PM
+ Saturday: 8:30 AM – 12:30 PM
+ Sunday: Closed
+
+
+
+
+
+
+
+
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..4ca7e8f
--- /dev/null
+++ b/styles.css
@@ -0,0 +1,79 @@
+body {
+ font-family: 'Arial', sans-serif;
+ background-color: #f0f4f8;
+ color: #333;
+ }
+
+ header {
+ text-align: center;
+ background-color: #2980b9;
+ padding: 20px;
+ color: white;
+ }
+
+ .school-image {
+ width: 100%;
+ height: auto;
+ }
+
+ nav .menu {
+ list-style: none;
+ padding: 0;
+ display: flex;
+ justify-content: center;
+ background-color: #2c3e50;
+ }
+
+ nav .menu li {
+ margin: 0 15px;
+ }
+
+ nav .menu li a {
+ color: white;
+ text-decoration: none;
+ font-size: 18px;
+ padding: 10px 20px;
+ }
+
+ nav .menu li a:hover {
+ background-color: #3498db;
+ border-radius: 5px;
+ }
+
+ .section {
+ margin: 20px;
+ padding: 20px;
+ background-color: white;
+ border-radius: 10px;
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
+ }
+
+ h2 {
+ color: #2980b9;
+ font-size: 24px;
+ }
+
+ h2 i {
+ margin-right: 10px;
+ }
+
+ ul {
+ list-style: none;
+ padding: 0;
+ }
+
+ ul li {
+ padding: 5px 0;
+ }
+
+ .map-container {
+ margin-top: 20px;
+ }
+
+ footer {
+ background-color: #2c3e50;
+ color: white;
+ text-align: center;
+ padding: 10px;
+ }
+
\ No newline at end of file