lij110397
@lij110397All solutions
article-preview-component-Javascript
Submitted about 1 year ago- How To set the extra panel's position relatively?
- How Javascript adjust to responsive design? How javascript may use media Queries?
Responsive testimonials grid section
Submitted about 1 year agoOpacity setting of the font color seems not working for me. Just don't know why?
Responsive testimonials grid section
Submitted about 1 year agoOpacity setting of the font color seems not working for me. Just don't know why?
responsive four-card-feature-page
Submitted about 1 year agoHow can I develop the desktop design without using media quires, but using flex box or grid only?
Mobile-first -product-preview-card
Submitted about 1 year agoWhen it is necessary to use preprocessor like SaSS to style the css codes?
Solution-recipe-main-page using mobile-first
Submitted about 1 year agoHow to adjust the padding between main and body when it is in mobile size?
social- link-profile-component
Submitted about 1 year ago1. Is there better way to management all margins and paddings of layouts?
2. How to handle margin collapse?
interactive Blog-preview-card-component
Submitted about 1 year ago1.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;
Responsive QR Code component
Submitted about 1 year agoHow 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.