From dec7d5bed741f3b196d4db6d5675d3535ff5029a Mon Sep 17 00:00:00 2001 From: himaa2345 <124582940+himaa2345@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:25:44 +0530 Subject: [PATCH 1/2] Add files via upload --- slider.css | 17 +++++++++++++++++ slider.html | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 slider.css create mode 100644 slider.html diff --git a/slider.css b/slider.css new file mode 100644 index 0000000..4a82c59 --- /dev/null +++ b/slider.css @@ -0,0 +1,17 @@ +.container-fluid{ + border: 1px solid black; + height: 100vh; +} + +.slide,.carousel-inner,.slide-image{ + height: 100%; +} + +.slide-image img{ + height: 100%; + object-fit: cover; +} + +.col{ + height: 98vh; +} \ No newline at end of file diff --git a/slider.html b/slider.html new file mode 100644 index 0000000..576a024 --- /dev/null +++ b/slider.html @@ -0,0 +1,41 @@ + + + + + + Document + + + + +
+
+
+ +
+
+
+ +
+
+
+
+ + + + From deed4a442fa6cc5dc662b517bb293f69e6d0d221 Mon Sep 17 00:00:00 2001 From: himaa2345 Date: Wed, 13 Nov 2024 10:43:55 +0530 Subject: [PATCH 2/2] time table --- time table/timetable.css | 51 ++++++++++++++++++++++++++++++++ time table/timetable.html | 61 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 112 insertions(+) create mode 100644 time table/timetable.css create mode 100644 time table/timetable.html diff --git a/time table/timetable.css b/time table/timetable.css new file mode 100644 index 0000000..037837b --- /dev/null +++ b/time table/timetable.css @@ -0,0 +1,51 @@ +body { + font-family: Arial, sans-serif; + display: flex; + flex-direction: column; + align-items: center; + height: 100vh; + background-color: #f5f5f5; + margin: 0; +} + +h1 { + margin-top: 20px; + font-size: 24px; + font-weight: bold; + color: #333; + text-decoration: underline; /* Adds an underline */ +} + +.timetable-container { + width: 60%; + margin: 20px auto; + border-collapse: collapse; + text-align: center; + background-color: #ffffff; + border: 3px solid black; /* Black border around the table */ + border-radius: 5px; +} + +.timetable-container th, .timetable-container td { + border: 1px solid black; /* Black border for table cells */ + padding: 15px; +} + +.timetable-container th { + background-color: #f0f0f0; + font-weight: bold; +} + +.header { + text-transform: uppercase; +} + +.hours { + text-transform: capitalize; + font-weight: bold; +} + +.timetable-container .lunch { + background-color: #e0e0e0; + font-weight: bold; +} diff --git a/time table/timetable.html b/time table/timetable.html new file mode 100644 index 0000000..69c8dfe --- /dev/null +++ b/time table/timetable.html @@ -0,0 +1,61 @@ + + + + + + Timetable + + + +

Time Table

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
hoursmontuewedthursfri
1sciencemathssciencemathsarts
2socialhindienglishsocialsports
Lunch
3sciencemathssciencemathsproject
4socialhindienglishsocialproject
+ +