Please tell me how I can improve and how to get better
Gabriel Vlassov
@Gabriel-VlasAll comments
- @OmarHashemHegazySubmitted over 1 year ago@Gabriel-VlasPosted over 1 year ago
Olá, tudo bem?
ok, nesse trecho do código:
<img src="./images/image-qr-code.png" alt="">Você só irá usar o "./imagens/" caso a imagem que irá usar esteja em uma pasta chamada "imagens". No seu caso a imagem está na mesma pasta do arquivo index.html, basta usar:
<img src="image-qr-code.png" alt="">assim ele já irá reconhecer que a imagem está na mesma parta do aqrivo index.html. Testa e me diz se funcionou :)
Marked as helpful0 - @Nishant891Submitted about 2 years ago
Hey! This is my first time on frontendmentor.io. I completed this challenge of building a qr-code. I don't know if my github page is working fine. I made it live site but when I go there it doesn't run my code and show my work rather it displays my repository name etc. Is is like that?
@Gabriel-VlasPosted about 2 years agoVocê precisa adicionar mais um parâmetro no seu link de repositório exemplo: https://nishant891.github.io/nome-do-projeto-no-seu-github Só ai ele irá abrir o seu projeto normal.
Marked as helpful0