@pwaycuilisSubmitted over 1 year ago
SayHelloToKamil
@SayHelloToKamAll comments
- @SayHelloToKamPosted over 1 year ago
HTML
-
wrap the <div class="large"> ... </div> with the <main> tag to indicate it as the main component of the project
-
the alt attribute is important in the <img> tag. Give it a humanly understandable text. For example; <img class="qr-code" src="/images/image-qr-code.png" alt="QR code to frontendmentor.io">
CSS
- use relative units like em or rem for padding, margin, width, and height. rem is preferred for font size. avoid using px since it is an absolute unit.
Marked as helpful0 -