Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve Overflowing Content in Category Options and scroll bar #1268

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading