options and help for carousel in bootstrap and html - html

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 hours ago.
Improve this question
I am a beginner to coding and trying to work on a carousel. See the reference below for the same. The requirement is the carousel height should be fixed and need to change as per the content or image size used "div".
Based on the highest content and image carousel height will be fixed. But, the content and image is not aligning vertically center.

Related

Connect divs with lines [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 days ago.
Improve this question
How can I make the lines connect with these div? The div would be the numbers or the text at the end. In total there are 7 divsenter image description here
I looked on Youtube for "Connect divs with lines" and many frameworks appear to do drag and drop but what I am looking for is that it remains static.
I saw that you can do something with the canvas element but I didn't understand it well.

align HTML controls in grid [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I have this html form:
I would like to arrange it in this way:
how can I do that using HTML and CSS?
please insert your code but in general i think you need to use a grid system to divide your viewport to two columns and align text to the left.

Banner video overlapping the main navbar only in the chrome browser [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
I am creating a web landing page with the use of flex-box-properties. It is working fine on all other browsers except the chrome.this div .container-fluid.mian-top-bar is overlapped by the .section-second-banner.flxx section and its video.
Set height for the top container-fluid e.g. height:100px.

CSS - hide scrollbar [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I need to hide the vertical scrollbar on my website (without disable scrolling), in particular in mobile devices (touch scrolling).
I tried to achieve this by css, but i haven't good result, in particular with old browsers.
Original answer is
Hiding the scrollbar on an HTML page
Disable it on desktop is the same on mobile.
Hope this help.

web site layout changes when re-size browser? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
In my web site left padding remain fixed when re-size the browser. how can i make only left and right padding space of web site to reduce not the center content ?
Set the width of center content fixed in pixels or em,
And set left and right widths in precentage.