Skip to content
Advertisement

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 with overflow:hidden and it works.

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 im using the icon component) ./SidebarOption.comp.js (Where im

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 ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor

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 tags go beyond the borders of the modal

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. Any

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 header clicked. Please help me

class.active is not changing through (click) event handler

I’m trying to create a kind of toggle action when two buttons in angular. Buttons to code So, what should happen is when I click trending, burst should appear as inactive and vice versa. I’m trying to do this through [class.active] on angular: I tried to do this by declaring two boolean variables, one for each button: And handle the

Advertisement