Latest solutions
Latest comments
- @laurentino01@super-simon
Hello.
To centralize this component vertically, just add some height to your flex container. For example:
.d-flex { ... min-height: 100vh; }
Marked as helpful - @pvicky4759@super-simon
Hello!
Just want to give you some advice on the alt attribute for the QR code image.
If using the QR code as a link, make sure that there is a text alternative that describes the purpose of the link so that the user can understand where they will be redirected to.
In this case you should write:
<img alt="QR code to frontendmentor.io" .... />
- @shiizam@super-simon
Hello!
Just want to give you some advice on the alt attribute for the QR code image.
If using the QR code as a link, make sure that there is a text alternative that describes the purpose of the link so that the user can understand where they will be redirected to.
In this case you should write:
<img alt="QR code to frontendmentor.io" .... />
Marked as helpful - @dmitchley@super-simon
Hello!
Just want to give you some advice on the alt attribute for the QR code image.
If using the QR code as a link, make sure that there is a text alternative that describes the purpose of the link so that the user can understand where they will be redirected to.
In this case you should write:
<img alt="QR code to frontendmentor.io" .... />
- @ieskagoncalves@super-simon
Hello!
Just want to give you some advice on the alt attribute for the QR code image.
If using the QR code as a link, make sure that there is a text alternative that describes the purpose of the link so that the user can understand where they will be redirected to.
In this case you should write:
<img alt="QR code to frontendmentor.io" .... />
Marked as helpful - @IcebDev@super-simon
Hello!
Just want to give you some advice on the alt attribute for the QR code image.
If using the QR code as a link, make sure that there is a text alternative that describes the purpose of the link so that the user can understand where they will be redirected to.
In this case you should write:
<img alt="QR code to frontendmentor.io" .... />