Slicing UI Design for frontend [closed]
Closed yesterday.
How to define flex-1 as max-width?
I use tailwindcss
and vue
. Now I create header and I have a problem.
How to realize the design in the picture?
As title says, I am trying to create a card and have its border be cut when it overlaps with the text.(https://i.sstatic.net/QsLaeHDn.png)
Sticky table under sticky header? Is there an easy way to make something sticky, but only inside a container?
I have a drawer component with a sticky title area which works perfectly fine. Below this area is another area for the drawer content (tables, lists or forms).
How to style a specific nested tag from a parent element using Tailwind CSS?
I want to style an <a>
tag inside a using Tailwind CSS. I want to add the style via the parent <ul>
tag. I tried [&>li>a]
, but it doesn’t work as expected.
How to add new tailwind property class?
I am working on an app using tailwind,
I want to add the image-rendering: pixelated
class to a canvas element but I couldn’t find how to do it in tailwind
How to apply custom animations in Tailwind CSS?
I’m trying to apply custom animations to my elements using Tailwind CSS. I have successfully used Tailwind’s built-in utility classes for simple animations, but now I want to create a more complex animation sequence that isn’t covered by the default Tailwind classes.
Do Tailwind CSS arbitrary values affect performance?
I’m using Tailwind CSS in a project and I’m curious about the performance implications of using arbitrary values.
Tailwind CSS: Grid with preset cols does not take up the space of its child
https://play.tailwindcss.com/XiH6j3pUry (see live code)
Tailwind CSS Issue with displaying radio buttons in Safari
I have a problem that I don’t understand how to solve.
I have radio buttons to which I have added Tailwind CSS classes and on a pc they look correct, but from a phone, in Sarafi browser they have a different look. How can I achieve an identical design as on pc? Attached images