-
Notifications
You must be signed in to change notification settings - Fork 192
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
sliding function,responsiveness,linked the whole box #516
base: master
Are you sure you want to change the base?
Conversation
@harikesh409 @ravikr126 sir please check these commits. |
@harikesh409 sir could you review it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -9,6 +9,9 @@ | |||
|
|||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" | |||
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> | |||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already bootstrap 4 is present don't add another bootstrap version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sliding function will not work if i remove bootstrap 5 version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and also bootstrap 4 sliding function is not so smooth compared to bootstrap 5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but using 2 bootstrap versions is never recommended.
height: 375px; | ||
} | ||
|
||
.text-center{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't change the font-weight to a bootstrap class instead use .font-weight-bold
to the tag where you need bold.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still this exists
@harikesh409 sir now can you give a check |
@harikesh409 sir could give a look now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just compare the home page of your code and the hosted home page you can see the UI difference in the navbar and footer this is due to bootstrap 5 inclusion you need to find a workaround without using bootstrap 5.
height: 375px; | ||
} | ||
|
||
.text-center{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still this exists
@harikesh409 @ravikr126 sir please give a check now |
there are no changes, check before requesting a review. |
Description
Please include a summary of the change and which issue is fixed.
Fixes #402 (issue)
List any dependencies that are required for this change
Type of change
How Has This Been Tested?
UI /UX changes
Attach gif or screenshot for changes.
- After :
Checklist: