Is this possible to make navbar attach to top? [closed] - html

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 2 years ago.
Improve this question
enter image description here
I want to make my navbar attach to the top how is this possible?

Use CSS property position:fixed on your navbar in the CSS.
And you are good to go.

Related

I have two styles one is tailwind and the other is style.css but they dont show well [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 1 year ago.
Improve this question
Hello I'm having two styles but they are not showing well what can I do ?
Make sure that the style declaration is after the tailwind and try to edit your post with more details if that didn't work.

How to remove this blue box from an image? [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 2 years ago.
Improve this question
enter image description here
Because of it I can't click on the buttons that it is covering.
add pointer-events: none to img

How can I do triangel div in one row using bootstrap like this image [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 6 years ago.
Improve this question
I want white section and background image section in same row. Like attached image
You can use clip path property in CSS.
For more Info Refer this article:
https://css-tricks.com/clipping-masking-css/

How to achieve these type of layout [Filter Design in shopping site]? [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 7 years ago.
Improve this question
I need to achieve this type of float behaviour.
I think this is what you desired. This works by spanning the <aside> element 2 item height and with including item margin. It's easier for you to see the code.
Solution

how can I create nav and tab style in bootstrap? [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 7 years ago.
Improve this question
http://www.w3schools.com/bootstrap/bootstrap_tabs_pills.asp
this page show many type of tab. But i want another style..
I want to mix style nav and tab.
I want to make main style below image.
How can i make this style?
thank you.
Here is a working Demo
I just make a little changes in tab-content
Let me know if that answers your question or any changes you were looking