manasmaity506
@manasmaity506All solutions
- Submitted about 2 months ago
product preview card
- HTML
- CSS
I feel like this solution could have been better, it really differs from the design a little. The areas I would like to get help is
- should I make class for every tags in html?
- how to use semantic tags properly (I feel like I am misusing them a little ). when to use div ?
- some flexbox and grid related resources for understanding them better.
- Submitted 2 months ago
Recipe page
- HTML
- CSS
I tried to use some naming conventions in class names, so that the css become more clear and easily modifiable.
- But I noticed I have written some repetitive css for different lists.
- should I continue this type of naming or not?
- is there any better method to do this?
- Submitted 2 months ago
Blog Preview Card
- HTML
- CSS
I want to know how can I make the website mobile friendly?
- I am only doing the desktop design part as of now.
I feel my codes are messy and I need guideline how to use semantic elements and when I should just go with div?
- If you look at my index.html file, You will understand what I am talking about.