From 987fe15bfca6f5c48f32f81b5ade2faed6bcef1d Mon Sep 17 00:00:00 2001 From: shubhamRchinchalkar <150879788+shubhamRchinchalkar@users.noreply.github.com> Date: Sat, 3 Feb 2024 12:45:43 +0530 Subject: [PATCH 1/4] Add files via upload --- github/index.html | 25 ++++++++++ github/stylesheet.css | 109 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 github/index.html create mode 100644 github/stylesheet.css diff --git a/github/index.html b/github/index.html new file mode 100644 index 0000000..805f108 --- /dev/null +++ b/github/index.html @@ -0,0 +1,25 @@ + + + + + + Github Page + + + + +
+

+ + +
+
+
+ + +
+ + \ No newline at end of file diff --git a/github/stylesheet.css b/github/stylesheet.css new file mode 100644 index 0000000..d07631b --- /dev/null +++ b/github/stylesheet.css @@ -0,0 +1,109 @@ +* { + padding: 0; + margin: 0; + box-sizing: border-box; + font-family: "Courier New", Courier, monospace; + } + + .container { + display: grid; + height: 100vh; + background: #1f2529; + grid-template-columns: 1fr 1fr 1fr 1fr; + grid-template-rows: 1fr 1.5fr 1.3fr 0.8fr; + grid-template-areas: + "navbar navbar navbar navbar" + "sidebar input input input" + "sidebar box1 box2 box3" + "sidebar footer footer footer"; + grid-gap: 3.5rem 1.5rem; + text-align: center; + font-size: 1.5rem; + } + + nav { + background: #2f3d46; + grid-area: navbar; + text-align: center; + height: 70px; + background-color:#2f3d46; + display: flex; + justify-content: center; + padding: 20px; + color: white; + } + .Boxinput { + background: rgba(0, 0, 0, 0.354); + background-color: rgba(20, 17, 17, 0.95); + grid-area: input; + border-radius: 15px; + border-width: 10%; + grid-gap: 3.2rem; + height: 36px; + width: 469px; + position: absolute; + top: 120px; + left: 419px; + bottom: 200px; + color: white; + } + ::placeholder { + color: rgba(230, 221, 221, 0.998); + opacity: 100; /* Firefox */ + } + .box1 { + background: black; + grid-area: box1; + border-radius: 15px; + height: 130px; + width: 130px; + position: absolute; + top: 200px; + left: 350px; + } + .box2 { + background: black; + grid-area: box2; + border-radius: 15px; + height: 130px; + width: 130px; + position: absolute; + top: 200px; + left: 550px; + } + .box3 { + background: black; + grid-area: box3; + border-radius: 15px; + height: 130px; + width: 130px; + position: absolute; + top: 200px; + left: 750px; + } + .footer { + background: black; + grid-area: footer; + border-radius: 15px; + height: 100px; + width: 544px; + position: absolute; + top: 380px; + left: 350px; + } + .sideBox { + background: black; + grid-area: sidebar; + border-radius: 15px; + position: relative; + top: 10px; + left: 50px; + height: 375px; + width: 250px; + } + .fa-brands { + position: fixed; + top: 20px; + left: 20px; + bottom: 10px; + } \ No newline at end of file From 704aae0f782b47c1c15e0ae3b626bb855e84a28e Mon Sep 17 00:00:00 2001 From: shubhamRchinchalkar <150879788+shubhamRchinchalkar@users.noreply.github.com> Date: Sat, 3 Feb 2024 12:46:43 +0530 Subject: [PATCH 2/4] Delete class--movie --- class--movie | 1 - 1 file changed, 1 deletion(-) delete mode 100644 class--movie diff --git a/class--movie b/class--movie deleted file mode 100644 index 8b13789..0000000 --- a/class--movie +++ /dev/null @@ -1 +0,0 @@ - From 7bbc5c12a56900d6ad3c369bdd9d1f97e66261a8 Mon Sep 17 00:00:00 2001 From: shubhamRchinchalkar <150879788+shubhamRchinchalkar@users.noreply.github.com> Date: Sat, 3 Feb 2024 13:05:32 +0530 Subject: [PATCH 3/4] Delete github directory --- github/index.html | 25 ---------- github/stylesheet.css | 109 ------------------------------------------ 2 files changed, 134 deletions(-) delete mode 100644 github/index.html delete mode 100644 github/stylesheet.css diff --git a/github/index.html b/github/index.html deleted file mode 100644 index 805f108..0000000 --- a/github/index.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - Github Page - - - - -
-

- - -
-
-
- - -
- - \ No newline at end of file diff --git a/github/stylesheet.css b/github/stylesheet.css deleted file mode 100644 index d07631b..0000000 --- a/github/stylesheet.css +++ /dev/null @@ -1,109 +0,0 @@ -* { - padding: 0; - margin: 0; - box-sizing: border-box; - font-family: "Courier New", Courier, monospace; - } - - .container { - display: grid; - height: 100vh; - background: #1f2529; - grid-template-columns: 1fr 1fr 1fr 1fr; - grid-template-rows: 1fr 1.5fr 1.3fr 0.8fr; - grid-template-areas: - "navbar navbar navbar navbar" - "sidebar input input input" - "sidebar box1 box2 box3" - "sidebar footer footer footer"; - grid-gap: 3.5rem 1.5rem; - text-align: center; - font-size: 1.5rem; - } - - nav { - background: #2f3d46; - grid-area: navbar; - text-align: center; - height: 70px; - background-color:#2f3d46; - display: flex; - justify-content: center; - padding: 20px; - color: white; - } - .Boxinput { - background: rgba(0, 0, 0, 0.354); - background-color: rgba(20, 17, 17, 0.95); - grid-area: input; - border-radius: 15px; - border-width: 10%; - grid-gap: 3.2rem; - height: 36px; - width: 469px; - position: absolute; - top: 120px; - left: 419px; - bottom: 200px; - color: white; - } - ::placeholder { - color: rgba(230, 221, 221, 0.998); - opacity: 100; /* Firefox */ - } - .box1 { - background: black; - grid-area: box1; - border-radius: 15px; - height: 130px; - width: 130px; - position: absolute; - top: 200px; - left: 350px; - } - .box2 { - background: black; - grid-area: box2; - border-radius: 15px; - height: 130px; - width: 130px; - position: absolute; - top: 200px; - left: 550px; - } - .box3 { - background: black; - grid-area: box3; - border-radius: 15px; - height: 130px; - width: 130px; - position: absolute; - top: 200px; - left: 750px; - } - .footer { - background: black; - grid-area: footer; - border-radius: 15px; - height: 100px; - width: 544px; - position: absolute; - top: 380px; - left: 350px; - } - .sideBox { - background: black; - grid-area: sidebar; - border-radius: 15px; - position: relative; - top: 10px; - left: 50px; - height: 375px; - width: 250px; - } - .fa-brands { - position: fixed; - top: 20px; - left: 20px; - bottom: 10px; - } \ No newline at end of file From 507b37259a25755059f1d34a59c84251884283ef Mon Sep 17 00:00:00 2001 From: shubhamRchinchalkar <150879788+shubhamRchinchalkar@users.noreply.github.com> Date: Sat, 3 Feb 2024 13:06:15 +0530 Subject: [PATCH 4/4] Add files via upload --- index.html | 25 ++++++++++++ stylesheet.css | 109 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 index.html create mode 100644 stylesheet.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..805f108 --- /dev/null +++ b/index.html @@ -0,0 +1,25 @@ + + + + + + Github Page + + + + +
+

+ + +
+
+
+ + +
+ + \ No newline at end of file diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..d07631b --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,109 @@ +* { + padding: 0; + margin: 0; + box-sizing: border-box; + font-family: "Courier New", Courier, monospace; + } + + .container { + display: grid; + height: 100vh; + background: #1f2529; + grid-template-columns: 1fr 1fr 1fr 1fr; + grid-template-rows: 1fr 1.5fr 1.3fr 0.8fr; + grid-template-areas: + "navbar navbar navbar navbar" + "sidebar input input input" + "sidebar box1 box2 box3" + "sidebar footer footer footer"; + grid-gap: 3.5rem 1.5rem; + text-align: center; + font-size: 1.5rem; + } + + nav { + background: #2f3d46; + grid-area: navbar; + text-align: center; + height: 70px; + background-color:#2f3d46; + display: flex; + justify-content: center; + padding: 20px; + color: white; + } + .Boxinput { + background: rgba(0, 0, 0, 0.354); + background-color: rgba(20, 17, 17, 0.95); + grid-area: input; + border-radius: 15px; + border-width: 10%; + grid-gap: 3.2rem; + height: 36px; + width: 469px; + position: absolute; + top: 120px; + left: 419px; + bottom: 200px; + color: white; + } + ::placeholder { + color: rgba(230, 221, 221, 0.998); + opacity: 100; /* Firefox */ + } + .box1 { + background: black; + grid-area: box1; + border-radius: 15px; + height: 130px; + width: 130px; + position: absolute; + top: 200px; + left: 350px; + } + .box2 { + background: black; + grid-area: box2; + border-radius: 15px; + height: 130px; + width: 130px; + position: absolute; + top: 200px; + left: 550px; + } + .box3 { + background: black; + grid-area: box3; + border-radius: 15px; + height: 130px; + width: 130px; + position: absolute; + top: 200px; + left: 750px; + } + .footer { + background: black; + grid-area: footer; + border-radius: 15px; + height: 100px; + width: 544px; + position: absolute; + top: 380px; + left: 350px; + } + .sideBox { + background: black; + grid-area: sidebar; + border-radius: 15px; + position: relative; + top: 10px; + left: 50px; + height: 375px; + width: 250px; + } + .fa-brands { + position: fixed; + top: 20px; + left: 20px; + bottom: 10px; + } \ No newline at end of file