V.S Karthik Tirumalasetty
@VSKarthikTAll solutions
- Submitted 22 days ago
Responsive meet page using tailwind CSS
- HTML
- CSS
I’d like some guidance on effectively using mixins or reusable styles in Tailwind, similar to how CSS handles mixins. I’m curious if there’s an efficient way to apply repeated styling patterns across multiple components without adding redundant code.
Additionally, I’ve noticed my HTML tags are getting cluttered with a lot of classes, making them look a bit unwieldy. Are there any strategies or best practices in Tailwind for keeping my code cleaner, especially when it comes to managing lengthy class lists? Any tips on optimizing readability would be great!
- Submitted 25 days ago
Responsive page with grid(Desktop) & Flexbox(Mobile)
- HTML
- CSS
I would like help with reducing CSS code, how can I optimize the code, I am not sure I have use correct semantic HTML, any feedback is appreciated, Thanks
- Submitted 25 days ago
four card project using SCSS
- HTML
- CSS
While the current layout works, I feel there may be more efficient flexbox techniques or grid approaches to achieve the desired desktop layout without as many nested wrappers. Any guidance on optimizing complex responsive layouts with fewer containers would be helpful. I’d appreciate tips on maintaining equal height for flex children in a row without relying on fixed height or min-height. Sometimes, flex children with varying content height still misalign slightly on different screens, and I’m looking for more flexible ways to solve this.
- Submitted 27 days ago
Responsive layout using media queries
- HTML
- CSS
I would like help on how to effectively use media queries and do I have to set max-width and max-height since in the given design there are set heights and widths or I can set them as auto
- Submitted 29 days ago
Responsive layout using grid and flexbox
- HTML
- CSS
Borders and gaps: I'm curious about how I handled the table borders and spacing between rows in the nutritional box. Is there a better way to manage borders when collapsing them and still maintaining some separation between rows? and also I wanted to know more about media queries
- Submitted 29 days ago
Layout using Grid and flexbox
- HTML
- CSS
I wanted to know more about responsive design, and how can I optimize my CSS code
- Submitted about 1 month ago
Layout using simple flexbox
- HTML
- CSS
I need help with responsive layout, does this social links card need to grow when we increase view port and decrease / shrink when we reduce view port
- Submitted about 1 month ago
Used flex box for this project instead of grid
- HTML
- CSS
I’ve used flexbox quite extensively (even flexbox inside flexbox) and I’d love suggestions on how to simplify or reduce the amount of CSS I’m using while keeping the layout intact.