Harry05
@harry05555All comments
- @gustavolarsenSubmitted over 1 year ago@harry05555Posted over 1 year ago
Hi, in global.css I could put colors, font properties, browser resets, margin sizes, padding sizes, but not what can appear several times in individual components.
The a tag I would make out from global css.
Interesting idea that each component has its own asset folder.
Marked as helpful1 - @sgr-web-devSubmitted over 1 year ago@harry05555Posted over 1 year ago
The whole elements should be nested, like
<div class="card"> <div class="qrcode-bg"> <img> </div> <div> h1orh2 p </div> </div>Semantics is wrong main point to the main content. You can put a div in your main yes
0 - @ctrl-brokencodeSubmitted over 1 year ago
Hello! I hope you're having a good day. If you could take your take to rate my code and help me out, it will be greatly appreciated. Thank you and have a great day!
@harry05555Posted over 1 year agohi, you are using semantically wrong elements. The card can be in the main, but start with a div. <section> are for sections on web pages
1 - @carolinadeoliSubmitted over 1 year ago@harry05555Posted over 1 year ago
Hi, the card is not a section is the div. Why do you use ID, it is nothing to change out with js. Perfume tag is not a h1 it is h2 change it. Prices are span
Marked as helpful1