I am using Angular 12 and Bootstrap 5 to create a SPA. I created a shared navbar component. When my navbar changes to the hamburger menu button, the navbar does
I have a question, I would like to leave the position of the two buttons aligned (m and s), no matter how many lines are above. As you can see on the picture, d
I have some font awesome icons that I want to change to a different color but for some reason it will not work. Here's my html and css: HTML <span><i
We need to get values from html table located in gmail .But when we get thre appears not only the value but its formattings like value{color:0000 and etc} How c
I want to know how I can write some text in HTML without it being interpreted as a tag? I tried writing <p> <some text> 0</p> inside a paragr
I am writing a lightning html code to display red flag using the SLDS. However, I only see grey flag. Can you help me to get the red variant of the icon? Thank
I'm trying to be WCAG friendly and have created a group of radio buttons, which, when they receive on-change, trigger action. But when I tried to navigate it by
please help me in understanding my error of the code, in why the transparent images with .png extension are not getting transparent. <!DOCTYPE html> <h
please help me in understanding my error of the code, in why the transparent images with .png extension are not getting transparent. <!DOCTYPE html> <h
So I have this input button with the default state that has no date chosen (no value), but I don't like the way it stays, so instead, I would like the date form
I have a page with many images acting as button that when clicked on, reveal a seperate set of images. However, I only want one set to be shown at a time -- so
I am wondering why my scroll smooth isn't working at all. I am not too sure why? I thought adding overflow-y: scroll; scroll-behavior: smooth; will help but it
I am making a word game that picks 8 random letters from the alphabet and the player must find words that use these letters. I must find out a way to make the l
I cant seem to make the elements inside this div inline. Id like the h3 to be above the form then the next h3 and form beside that. <div class="title">
I am working with vuetify date picker. The API I am calling will display data from a range of dates. I have called the date picker component with the range prop
Trying to pass value as iframe url from local db and and im getting error message: Unsafe value used in a resource URL context. i'm trying to display an array
I have attempted all solutions I could find. flex-grow, flex-shrink, align-items:flex-start, flex-basis, and setting a definitive width:50%, etc. and I can't se
I have a React website that autoplays videos on desktop. However, autoplay causes it to not only autoplay, but launch full-screen autoplay on iPhone (I tried Sa
The vertical scroll bar in my angular app does not appear when items on the page go beyond the view. The scroll bar was there and I don't recall changing anythi
When the screen size hits a certain number of pixels, I'm trying to get my footer columns to turn into rows inside my media query. I'm following along with a tu