Dica: se a imagem der bug no git, tente com link direcionando para imagem.
#Obrigado(a) por visualizar! Deixe um <3
Dica: se a imagem der bug no git, tente com link direcionando para imagem.
#Obrigado(a) por visualizar! Deixe um <3
Você pode mudar o nome da função thanks(event) para algo como changeView ou showRating. Seria bom seguir os princípios de código limpo. E você pode seguir as mesmas regras de nomenclatura para estilos e variáveis. Ótimo trabalho.
Challenge finished, ready for feedback.
Really well done. Try to use em or px for width, padding. Don't use rem for that, use rem for fonts only.
Wish you luck.
Hey Mahek,
Good attempt first of all. You can give border-radius
of the image in px
, because as you can see it's not affecting much on the top side of the image.
And this is a really small example, so you don't need to provide multiple classes for tags. It'll crate confusion for the others. And since there is no javascript involved, you don't need to use id and class both for the tags.
I wish you all the best.
Hello community, not sure if I completed this project perfectly. Please let me know what I should have done better. My first challenge was centering my container, not sure if I did that well..
Hey OPARA GOODNESS. Very good.
My suggestion is to provide height
and width
of the images in the css file.
I wasn't able to align the div with the prices at the center with display: flex; align-items: center;
so I used align-items: baseline
instead.
Any help on what might have caused it not to work will be highly appreciated.
Hey Valarie Oyieke, very nice. One suggestion from me is that to centre the .wrapper
class, you can apply following styling.
margin-left:auto;
margin-right:auto;
Good luck for the next challenges.