Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @ramez-cesar

    Posted

    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 helpful

    1
  • Freddie 10

    @Freddie1503

    Submitted

    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-cesar

    Posted

    You 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
  • @ramez-cesar

    Posted

    The image is not there...

    0
  • @ramez-cesar

    Posted

    Hello Federico! 😀 You missed the quote (") type image on Daniel's card. Greetings and good job!

    Marked as helpful

    0
  • @ramez-cesar

    Posted

    Hello 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 a background-blend-mode: multiply; I shaped it. Maybe I could have added an opacity but I didn't, but you could try. Greetings.

    Marked as helpful

    1
  • Dwayne 100

    @Dwayne-B

    Submitted

    Thanks for the feedback any advice is appreciated!

    @ramez-cesar

    Posted

    Hola Dwayne! 😀 El diseño en desktop el texto no debe estar centrado como lo es movile. Buen trabajo!

    0
  • Sebastian 35

    @PulseFiction

    Submitted

    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-cesar

    Posted

    Hi 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
  • @ramez-cesar

    Posted

    Hello yza1982! 😀 Just as a suggestion, we should not forget to write semantic HMTL to avoid many accessibility problems. Greetings and good job!

    Marked as helpful

    0
  • Alessandro 215

    @alessandro-giuzio

    Submitted

    Hello,i have issue now with the transition between the two screen size, can someone help me?

    Thank you for the help!

    @ramez-cesar

    Posted

    Good job Alessandro 😀. If you set a display: flex; to your main container along with align-items: center; and maybe a justify-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-tarjeta

    Marked as helpful

    0