Skip to content

Commit

Permalink
Merge pull request #1268 from VidhanThakur09/vidhan
Browse files Browse the repository at this point in the history
improve Overflowing Content in Category Options and scroll bar
  • Loading branch information
ANSHIKA-26 authored Oct 21, 2024
2 parents b1cf70b + d2ec2ed commit 67532e2
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 19 deletions.
8 changes: 4 additions & 4 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

<!--css-->
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> -->

<link rel="stylesheet" href="Scroll_and_progressbar.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="Scroll_and_progressbar.css">




Expand Down Expand Up @@ -946,7 +946,7 @@ <h5 class="commenter-name">${comment.name}</h5>
}

/* Custom scrollbar */
::-webkit-scrollbar {
/* ::-webkit-scrollbar {
width: 8px;
}

Expand All @@ -961,7 +961,7 @@ <h5 class="commenter-name">${comment.name}</h5>

::-webkit-scrollbar-thumb:hover {
background: #f4978e;
}
} */

/* Animated background */
@keyframes gradient {
Expand Down
3 changes: 2 additions & 1 deletion category.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> -->

<link rel="stylesheet" href="category.css">
<link rel="stylesheet" href="Scroll_and_progressbar.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="Scroll_and_progressbar.css">


<style>
* {
Expand Down
4 changes: 2 additions & 2 deletions fashion.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<title>The Art of Fashion</title>
<style>
body { background-color: #f8b5b5; color: #333; font-family: Arial, sans-serif; margin: 0; padding: 0; }
.container { max-width: 900px; margin: 40px auto; background-color: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
.container { max-width: 900px; margin: 40px auto; margin-top: 10rem; background-color: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
h1 { color: #d9534f; text-align: center; }
p, h2 { line-height: 1.6; }
img { width: 100%; border-radius: 10px; margin: 20px 0; }
Expand Down Expand Up @@ -80,7 +80,7 @@
});
</script>

<header>
<header style="top: -4rem ;">



Expand Down
7 changes: 4 additions & 3 deletions food.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />

<link rel="stylesheet" href="category.css">
<link rel="stylesheet" href="Scroll_and_progressbar.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="Scroll_and_progressbar.css">

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A Journey Through Food</title>
<style>
body { background-color: #f8b5b5; color: #333; font-family: Arial, sans-serif; margin: 0; padding: 0; }
.container { max-width: 900px; margin: 40px auto; background-color: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
.container { max-width: 900px; margin: 40px auto; margin-top: 10rem; background-color: white; padding: 20px ; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
h1 { color: #d9534f; text-align: center; }
p, h2 { line-height: 1.6; }
img { width: 100%; border-radius: 10px; margin: 20px 0; }
Expand Down Expand Up @@ -81,7 +82,7 @@

</head>
<body>
<header>
<header style="top: -4rem ;">



Expand Down
4 changes: 2 additions & 2 deletions health.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<title>Health & Wellness</title>
<style>
body { background-color: #f8b5b5; color: #333; font-family: Arial, sans-serif; margin: 0; padding: 0; }
.container { max-width: 900px; margin: 40px auto; background-color: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
.container { max-width: 900px; margin: 40px auto; margin-top: 10rem; background-color: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
h1 { color: #d9534f; text-align: center; }
p, h2 { line-height: 1.6; }
img { width: 100%; border-radius: 10px; margin: 20px 0; }
Expand Down Expand Up @@ -82,7 +82,7 @@

</head>
<body>
<header>
<header style="top: -4rem ;">



Expand Down
4 changes: 2 additions & 2 deletions life.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<title>Living Your Best Life</title>
<style>
body { background-color: #f8b5b5; color: #333; font-family: Arial, sans-serif; margin: 0; padding: 0; }
.container { max-width: 900px; margin: 40px auto; background-color: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
.container { max-width: 900px; margin: 40px auto; margin-top: 10rem; background-color: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
h1 { color: #d9534f; text-align: center; }
p, h2 { line-height: 1.6; }
img { width: 100%; border-radius: 10px; margin: 20px 0; }
Expand Down Expand Up @@ -79,7 +79,7 @@

</head>
<body>
<header>
<header style="top: -4rem ;">



Expand Down
6 changes: 3 additions & 3 deletions tech.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Future of Technology</title>
<style>
body { background-color: #f8b5b5; color: #333; font-family: Arial, sans-serif; margin: 0; padding: 0; }
.container { max-width: 900px; margin: 40px auto; background-color: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
body { background-color: #f8b5b5; color: #333; font-family: Arial, sans-serif; margin: 0; padding: 0; }
.container { max-width: 900px; margin: 40px auto;margin-top: 10rem; background-color: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
h1 { color: #d9534f; text-align: center; }
p, h2 { line-height: 1.6; }
img { width: 100%; border-radius: 10px; margin: 20px 0; }
Expand Down Expand Up @@ -78,7 +78,7 @@

</head>
<body>
<header>
<header style="top: -4rem ;">



Expand Down
4 changes: 2 additions & 2 deletions travel.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<title>Explore the World: Travel Adventures</title>
<style>
body { background-color: #f8b5b5; color: #333; font-family: Arial, sans-serif; margin: 0; padding: 0; }
.container { max-width: 900px; margin: 40px auto; background-color: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
.container { max-width: 900px; margin: 40px auto; margin-top: 10rem; background-color: white; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
h1 { color: #d9534f; text-align: center; }
p, h2 { line-height: 1.6; }
img { width: 100%; border-radius: 10px; margin: 20px 0; }
Expand Down Expand Up @@ -94,7 +94,7 @@

</head>
<body>
<header>
<header style="top: -4rem ;">



Expand Down

1 comment on commit 67532e2

@vercel
Copy link

@vercel vercel bot commented on 67532e2 Oct 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.