HoaCTa
@HoaCTaAll solutions
- Submitted 2 months ago
Product-preview
- HTML
- CSS
Calc(). After mobile screen css has defined, How to make use @media (min-width: 1024px) {}. Do we need to re-write most of parts? or is there better way to do it? Before we write css, do we need to reset the html tag every time? I usually have a main tag and a container div to wrap around all of the content. Is that a good practice or not ? Thanks
- Submitted 4 months ago
recipe-page12
- HTML
- CSS
I need help understanding the steps to create a responsive page. If the instructions state 'Mobile: 375px. Desktop: 1440px' and provide two UI screenshots, does this mean any screen size below 375px will appear as the given mobile design, and any screen size above 375px will appear as the desktop design?
- Submitted 4 months ago
Blog-preview card with responsive
- HTML
- CSS
Padding and margin are still tricky to me. I wonder if I need to calculate the padding/ margin to make the element distributed evenly on the screen . ??