-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Desafio 1 - Estruturação do template com HTML5 #5
base: master
Are you sure you want to change the base?
Conversation
<a href="tel:+5521987654321">+55 21 987654-321</a><br/> | ||
</address> | ||
|
||
<h3>Mídias</h3> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aqui vc abriu um título mas não colocou nenhum conteúdo, pretende colocar? Caso não, não precisa do título.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Irei por os icons depois
|
||
</section> | ||
|
||
<br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avalia se é realmente necessário o uso de <br>
, pois se é apenas para dar uma margem entre os elementos, é recomendável fazer isso utilizando CSS no próximo passo e não gerar uma linha extra com um caractere sem função semântica.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Entendi, obrigada
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Em geral está bem limpo e organizado seu código Maiara, meus parabéns :)
Atualizando seu repo com os novos desafios
No description provided.