me falto agregarle un hover para que al pasar el cursor sobre la imagen se sobreponga el icono de vista
César Ramez
@ramez-cesarAll comments
- @Daniel-GarridoSubmitted almost 3 years ago@ramez-cesarPosted almost 3 years ago
Si quieres agregar el hover a tu imagen, quizá puedas darte una idea como lo hice yo viendo el código en mi repositorio. Seguramente hay más formas de hacerlo, pero igual puede servirte. Saludos!
Marked as helpful1 - @Freddie1503Submitted about 3 years ago
My first attempt at a challenge from Frontend Mentor after about two weeks of learning HTML/CSS. Any comments/feedback would be really appreciated.
Thanks!
@ramez-cesarPosted about 3 years agoYou used flexbox in your project, that's fine. In fact, most of the things you can solve this challenge with is precisely with flexbox. However, it is important to know where we should implement it. In your
.textmain
class, you can apply flexbox to center all your content and maybe with some margin and padding you can end up placing each element in the place and at the height you want. Greetings and great job Freddie!0 - @yasminbragaSubmitted about 3 years ago
Hi, I would love to receive any contribution. Feel free for feedbacks!
- @FedeHerrera10Submitted about 3 years ago
Community, did you make any changes to this project? Thanks for your help
@ramez-cesarPosted about 3 years agoHello Federico! 😀 You missed the quote (") type image on Daniel's card. Greetings and good job!
Marked as helpful0 - @harryHerdianaSubmitted about 3 years ago
Hi all, I need your help on changing the images to colored. I've using background and url now as an image. In my local machine, the image shown. but on live pages it doesn't show. Only the background color (filter) appear.
@ramez-cesarPosted about 3 years agoHello Harry Herdiana! 😀 There are different ways to do it, some simpler and some maybe not so simple.... In my case I added a background color to the image with
background-color
and with abackground-blend-mode: multiply;
I shaped it. Maybe I could have added anopacity
but I didn't, but you could try. Greetings.Marked as helpful1 - @Dwayne-BSubmitted over 3 years ago
Thanks for the feedback any advice is appreciated!
@ramez-cesarPosted about 3 years agoHola Dwayne! 😀 El diseño en desktop el texto no debe estar centrado como lo es movile. Buen trabajo!
0 - @PulseFictionSubmitted over 3 years ago
This is my first project in HTML for a while. I went on a binge to learn Python then came back to try more frontend developing and I've got to say it's a lot of fun.
I would love some feedback as there were some features I was struggling with such as the formatting of the '10k, 314, 12M+' row on the desktop version. I used display: inline-flex which got me the row I wanted however, I've seen inline-block is the go-to but it didn't work for some reason, I'd like to know why.
Thanks!
@ramez-cesarPosted about 3 years agoHi Sebastian 😀 You need to add a spacing above your text to center it and bring it a bit closer to the design. Good job!
0 - @yza1982Submitted over 3 years ago
Feedbacks are appreciated..
@ramez-cesarPosted about 3 years agoHello yza1982! 😀 Just as a suggestion, we should not forget to write semantic
HMTL
to avoid many accessibility problems. Greetings and good job!Marked as helpful0 - @alessandro-giuzioSubmitted about 3 years ago
Hello,i have issue now with the transition between the two screen size, can someone help me?
Thank you for the help!
@ramez-cesarPosted about 3 years agoGood job Alessandro 😀. If you set a
display: flex;
to your main container along withalign-items: center;
and maybe ajustify-content: center;
it will respect the centering for any screen size. You can be guided (if you wish) from my repository at: https://github.com/NFD-cesar/Componente-de-tarjetaMarked as helpful0