Latest solutions
- Submitted about 1 month ago
Produc preview made with CSS and HTML
- HTML
- CSS
When the site became online, the images not appeared, and i don't know exactly why. if someone can help me with that, i'll be really grateful.
- Submitted about 2 months ago
Recipe page made with CSS and HTML
- HTML
- CSS
The responsive, HTML shortcuts and some CSS configs, like positioning
Latest comments
- @Zodiac-911Submitted about 1 month ago@MiloOliveiraPosted about 1 month ago
for not occuping all the screen, you can use the scale command in css. I reccomend you to see if can re-order the div class, in that way you use less lines. for the quotion mark, you can use z-index for put it behind and positon absolute for making her not coming out of the block. instead of doing div1, div2... you can do div one, div two... this way, you put two classes instead of one, and you can generate rules for all of the divs in a single time, and if someone is specific, you use only .one or .div.one
Marked as helpful0 - P@librartSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I still need to learn and practice more about flexbox, grid, and media query for responsive web.
What challenges did you encounter, and how did you overcome them?I still need to learn and practice more about flexbox, grid, and media query for responsive web.
What specific areas of your project would you like help with?I think I would love to get feedback for all of my code from HTML structure to CSS styles, especially the flexbox & grid layout and the responsive design.
@MiloOliveiraPosted about 1 month agoin style.css you can eliminate elements that you're not using, the less code lines, the better
0 - @lakshmanan1205Submitted about 1 month ago@MiloOliveiraPosted about 1 month ago
The alternate text for important images, like the product, it's better have a real description, for the person know what is. The site works well in a lot of different resolutions and gives a similar result to expected. The button don't have an indicator that is clickable, except for his color, would be good put a change to the cursor, using <cursor> and even an animation, if you want.
0