How do you get the overlay color correctly on the image?
Lucas Pedro
@Lusk1nhaAll comments
- @pedrotpoSubmitted over 3 years ago@Lusk1nhaPosted over 3 years ago
You can use "mix-blend-mode: multiply" on your image to mix it with the purple background and thus get closer to the design.
I hope that's can help you. 😃👍
Marked as helpful1 - @pierre-pellegrinoSubmitted over 3 years ago
Hi. I'm not very proud on this one. I'm facing two issues :
-
Not responsive. I didn't now how to position the cards this way so I used position: absolute, and flexbox aren't flexible anymore. It just changes the way it displays if screen width is less than 1160px. I'm still wondering how to position it the right way.
-
I used "::before" to color each box but did not find a way to do it without rewriting the same piece of code four times.
Good luck to everybody on this challenge.
Edit : Changes have been made and everything's working good. Many thanks to you !
@Lusk1nhaPosted over 3 years agoNice work on this challenge.
I would recommend that you try to use the "display: grid;" to split the cards work better than using the position absolute to position each card. 😃👍
1 -
- @paulovictor1997Submitted over 3 years ago
English : Hello everyone, one more challenge made, any feedback is welcome. Português : Fala pessoal, mais um desafio feito, toda contribuição é bem vinda.
@Lusk1nhaPosted over 3 years agoParabéns mano ficou bom
Sobre o erro que você relatou:
Está dando esse erro porque você escreveu "contanier" ou inves de "container" no parente do ícone de erro.
Devido isso o "Position: Relative;" não está funcionando nele, assim o ícone de erro acaba usando o a Position do Body como eixo.
É só mudar o nome da class que fica tranquilo.
Espero ter ajudado e qualquer duvida pode falar. 😃
0 - @Victor-HMSubmitted over 3 years ago
Challenge Finished
@Lusk1nhaPosted over 3 years agoFicou bom mano. 😃
Minha sugestão para consertar alguns erros:
Percebi que quando sua página está entre 400px até 700px, o texto começa a sair da sua classe "box" e assim quebrando sua aplicação.
Eu recomendaria deixar a classe "box" com "height: auto;" assim ela sempre tentará se ajustar a altura ao conteúdo de dentro.
Ou até mesmo mudar a página para a versão mobile quando estiver menos de 700px.
1 - @KetzaliFSubmitted over 3 years ago
Hi! Any feedback is welcome.
@Lusk1nhaPosted over 3 years agoGreat work on this one, everything seems resizes well and the layout is good. 😃
1 - @JarbassSubmitted over 3 years ago
As it was a challenging project for me, I was unable to take the bonus challenge (for now). However, I really enjoyed coding this app, I learned a lot. I will later refactor it and implement the challenge.
@Lusk1nhaPosted over 3 years agoParabéns mano ficou legal. 😃
Eu gostei do modal que você criou.
De sugestão acho que o @RocTanweer já descreveu os pontos principais.
1 - @sunnyandkateSubmitted almost 4 years ago
any advice or suggestions welcome
@Lusk1nhaPosted almost 4 years agoWell done. I hadn't even thought about doing this challenge without using JavaScript you surprised me. As a tip I would recommend you to try to use Flexbox more, it would be a great help in the development process.
0 - @Lusk1nhaSubmitted almost 4 years ago
If someone can take a look at the code and give some feedback I would be very grateful.
@Lusk1nhaPosted almost 4 years agoI noticed that if the images are passed through the CSS they get some rendering bug in Firefox, I'll try to fix it.
0