lij110397
@lij110397All solutions
- Submitted 8 months ago
article-preview-component-Javascript
- HTML
- CSS
- JS
- How To set the extra panel's position relatively?
- How Javascript adjust to responsive design? How javascript may use media Queries?
- Submitted 8 months ago
Responsive testimonials grid section
- HTML
- CSS
Opacity setting of the font color seems not working for me. Just don't know why?
- Submitted 8 months ago
Responsive testimonials grid section
- HTML
- CSS
Opacity setting of the font color seems not working for me. Just don't know why?
- Submitted 8 months ago
responsive four-card-feature-page
- HTML
- CSS
How can I develop the desktop design without using media quires, but using flex box or grid only?
- Submitted 8 months ago
Mobile-first -product-preview-card
- HTML
- CSS
When it is necessary to use preprocessor like SaSS to style the css codes?
- Submitted 8 months ago
Solution-recipe-main-page using mobile-first
- HTML
- CSS
How to adjust the padding between main and body when it is in mobile size?
- Submitted 8 months ago
social- link-profile-component
- HTML
- CSS
1. Is there better way to management all margins and paddings of layouts?
2. How to handle margin collapse?
- Submitted 8 months ago
interactive Blog-preview-card-component
- HTML
- CSS
1.How to reduce the font size in mobile layout without using media queries? Confusing and just don't know the solution. 2. Is there other ways to place the element in the center of its parent container except the code below
display: flex; align-items: center; justify-content: center;
- Submitted 8 months ago
Responsive QR Code component
- HTML
- CSS
How to manage layout in a more effective way?
I was struggling to choose between flexbox and grid systems. Sometimes, I thought it was ok to use both but it was not. It is still confusing to me.
How to manage margin and fix margin collapse?
I thought margin collapse would happen naturally, but in this case margin between elements are not doing margin collapse. Instead, the margin between the elements are added together. I am still confusing how to manage the margin to make it neat.