why is my Custom CSS in Blazor is Not working?
i created a Login.Razor.css file in the same folder as my Login Comp , but the css is not applying att all even after calling in in the header link in HTML of Login . Any idea on how to…
i created a Login.Razor.css file in the same folder as my Login Comp , but the css is not applying att all even after calling in in the header link in HTML of Login . Any idea on how to…
The standard in our place is that every input field should be set to color lightgoldenyellow. I cannot set the background-color of selectpicker in Bootstrap 5. This is my code: I have also attached the bootstrap/jquery that I have used.…
I put min-height: 100vh; on the body, then height: 100% on the main. For some reason, the main height does not stretch full to the parent. https://codepen.io/pen/ Can somebody explain? Thanks. I also tried adding other, but anything does not…
I've been writing some code for my project and I'm stuck at a point where I can't fix(stick) my progress bar div at the top of the page when it is scrolled down and navbar gets hidden. Can someone get…
As shown above, when I scroll down the body of the table is visible under the header due to the transparent background. Ideally, I would like to keep this transparency, how could I hide the section of the table body…
I have a problem with my html that i use for mod_autoindex, the problem is i want the entire line in the row name when we put our cursor it's clickable. But there what happend i need to select the…
I'm trying to create a BMI calculator that displays a user's BMI once they submit their height and weight. But the results won't display in the p tag. Here's the code: HTML <form> <label for="height">Please input your height:</label> <input id="height"…
I need to add styling between all the components that are between two selectors. The first selector has an activity class, and the second hover has a state. When you hover over the sixth element, all elements between the first…
I'm trying to make an evaluation form but my label is not aligned with the <input type="number> I just want it to align right next to <input type="number"> Here's how it looks: .container { margin: 0 auto; width: 60%; padding:…