Latest comments
- @Finney06@Mick-2097
Your qr code isn't there because on your html line 21, you used a backslash instead of a forward slash.
Marked as helpful - @SashaH62@Mick-2097
Nice work.
You can use
* { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
Instead of typing out all the elements.Also you can create variables with the colours from the style guide and store them in
:root { }
Marked as helpful