Skip to content

Tag: css

Zoom image without using scale

General Info Working on creating my own carousel. The idea is that the image zooms in slowly at the start of each carousel “page”. The Problem To achieve the result I’m looking for, all I have to do is change the scale of the background image using a transition. Simply wrap it in a container…

Use mui icons between components in react

So I am trying to use mui icons between components. I am using the <Icon /> component but there are two problems with that: Only half of the icon is rendered. I cannot style the icon in the component but instead have to style it where im using the component src/components/sidebar/Sidebar.comp.js (Where …

can’t get scroller to show up in textarea

Need to get scroller in textarea. Current code not working. Using asScrollable library. Here is the example. Please help. Thanks. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam…

Display short tags on one line

The picture below is an image of the functionality from the site. In the column “Enter a code” the user can enter data using TagsInput. I would like to slightly improve the functionality so that short tags are displayed on one line. I know that you can apply “inline”, but then long tag…

Flip div vertically

I want to flip the footer <div> vertically without it affecting the header div how to do it? I have tried every possible but could not achieve so. I have tried CSS properties but can not do I want the header image to be there just flipping the footer <div> and all the things should remain as it is…

make menu header turn red one at a time?

Was recently trying to play around JavaScript until I got stuck here… I made four menu headers, each of which when clicked turns red, to show that the menu header is “active”. The problem however is, I want just one to turn red at a time, instead of all menu headers turning red for every hea…