Skip to main content

All Questions

Tagged with
0 votes
1 answer
42 views

Using custom Bootstrap Angular

I have a problem I was not able to solve concerning Angular. I created a Spring web using Moustache and Bootstrap. Now I want to do the front using Angular, but I am not able to implement it. This is ...
Jesús Mariscal's user avatar
-2 votes
1 answer
46 views

How to write HTML CSS code for a header navbar that too responsive

I want to make a Navbar but I am unable to write the correct CSS styles for the same. How to make a navbar with logo image floating to left and menu content floating to the right. I tried plain CSS ...
tanay srivastava's user avatar
0 votes
0 answers
25 views

New to front-end and don't know how to add bootstrap to project

It is said: CSS Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/...
Shengxin Huang's user avatar
0 votes
2 answers
191 views

How to align JSX component to the left on a webpage using React and Bootstrap?

I'm currently working on a React project where I'm using Bootstrap to style my components. I have a JSX component that I want to align to the left on my webpage, but for some reason, it doesn't work. ...
RighteousRocks's user avatar
0 votes
0 answers
16 views

Header LinkContainer navigate to Search.js in NavbarCollapse Error

Okay, this is my current Header, now I want when user click the Search Button, it will navigate to search bar in Navbar Collapse Understand what I mean? when I click the search button, I want it ...
Chai Yon Xing's user avatar
0 votes
1 answer
78 views

Pagination.Item kept active all the time, I have no idea why

I currrently using react bootstrap, and I having weird output, this is my Paginate.js import Pagination from 'react-bootstrap/Pagination'; import { LinkContainer } from 'react-router-bootstrap'; ...
Chai Yon Xing's user avatar
0 votes
1 answer
25 views

How can I move signin modal form the right hand (top) of my website

I have the following problem and to be honest dont know what I am doing wrong. Recenty I have added a Bootstrap Sign In modal into my html. <div class="text-center"> <a href=&...
Lorenzo Castagno's user avatar
0 votes
1 answer
252 views

Changing Bootstrap 'loading' style progress bar to dot style progress bar

I am currently using a Bootstrap "loading" style progress bar to indicate the progress of a survey. The progress bar code looks like this: <div class="progress" style="...
William's user avatar
  • 4,010
0 votes
2 answers
41 views

Boostrap: Move navbar nav into the right hand (top) of my website

I am new to this topic. Following a tutorial on the internet about HTML/CSS/Bootstrap. I would like to move the navbar to the right hand side (top) of the page, see below what I expect is to see bar ...
Lorenzo Castagno's user avatar
2 votes
1 answer
51 views

How to add same border to both input radio button and its label after radio has been checked?

HTML: <div class="form-check fs-3 mb-3"> <input id="first_question" name="first_question" type="radio" value="n"> <label for="...
William's user avatar
  • 4,010
0 votes
1 answer
37 views

How can I correctly output a card with v-for?

I have an array of records. It has 40 records, 8 records for each day,I created card with 2 section,to output it,I need to write first record output in first section , and other 7 in another section,...
Владислав 's user avatar
2 votes
0 answers
281 views

How can I create a Bootstrap carousel with autoplay for images and videos?

I'm trying to create a carousel with autoplay with images and videos so I have the following code: I'm trying to create an autoplay carousel with images and videos with bootstrap 4, jquery and html so ...
Uriot's user avatar
  • 21
1 vote
2 answers
1k views

How to fix Django web app which is displaying a wrong css layout for Admin site

I'm developing a Django web app. If I try to access to the admin site there is a new button for selecting theme color. This button is not displayed properly. Here a screenshot: I didn't add any third ...
SpaghettiFunk's user avatar
0 votes
1 answer
487 views

How can i blur the background image, without blurring the body contents? [duplicate]

I am trying to blur the background image I added in the body, but all the contents are also getting blurred I am trying to blur the background image I added in the body, but all the contents are also ...
Ritu's user avatar
  • 1
0 votes
2 answers
111 views

How can I automatically scroll an element where the CSS overflow attribute is set to auto

I am creating a testimonial section which have two an i want both of then div to automatic scroll, and keep scrolling inside the div whose height is fixed I don't know why but only one div moves and ...
Ayush Kumar's user avatar

15 30 50 per page
1
2 3 4 5
16