Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
7
Comments
15
I'm Fabra
@imfabra

All comments

  • Azzy dvyastia kesuma•1,425
    @azzykesuma
    Submitted about 4 years ago

    responsive stat preview using CSS and HTML only

    2
    I'm Fabra•160
    @imfabra
    Posted about 4 years ago

    Hello, I am not doing very well with English, but with the property "mix-blend-mode" you can achieve it, I'll give you the documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode

    You can see how I apply it in my solution: https://www.frontendmentor.io/solutions/stats-preview-card-component-solution-html5-css3-bem-QCrz6ndBt

  • Rishabh Sharma•10
    @rishabh0540
    Submitted about 4 years ago

    i used flexbox in making this

    2
    I'm Fabra•160
    @imfabra
    Posted about 4 years ago

    I invite you to look at the solution I gave to this exercise and leave your comment: https://www.frontendmentor.io/solutions/stats-preview-card-component-solution-html5-css3-bem-QCrz6ndBt

    Let's keep coding!

  • Ankit Kumar•10
    @Ankit1142
    Submitted about 4 years ago

    html and CSS and internet.

    3
    I'm Fabra•160
    @imfabra
    Posted about 4 years ago

    https://www.frontendmentor.io/solutions/stats-preview-card-component-solution-html5-css3-bem-QCrz6ndBt

  • Kristofer Kangro•55
    @ItsKris1
    Submitted about 4 years ago

    Stats preview card built with HTML, CSS, Flexbox

    1
    I'm Fabra•160
    @imfabra
    Posted about 4 years ago

    It looks good, congratulations. It is not a good idea to use ".body" as a "flexbox" container, normally classes like ".container" or "wrapper" are used.

    I invite you to look at the solution I gave to this exercise and leave your comment: https://www.frontendmentor.io/solutions/stats-preview-card-component-solution-html5-css3-bem-QCrz6ndBt

    Let's keep coding!

  • sharipov1717•40
    @Homidjon
    Submitted about 4 years ago

    Css and html

    1
    I'm Fabra•160
    @imfabra
    Posted about 4 years ago

    looks good, congratulations. try using "height: 100vh;" in the ".main" to use the entire screen on the vertical axis.

    I also invite you to look at the solution I gave to this exercise and leave your comment: https://www.frontendmentor.io/solutions/stats-preview-card-component-solution-html5-css3-bem-QCrz6ndBt

    Let's keep coding!

  • Alfonso Pruneda•190
    @915fonzie
    Submitted about 4 years ago

    Responsive card component using SASS and flexbox

    1
    I'm Fabra•160
    @imfabra
    Posted about 4 years ago

    Hola Alfonso, no me va muy bien con el ingles por lo que decidí escribir en español.

    El resultado fue muy bueno, solo en el color de la imagen puedo decir que hay una propiedad llamada mix-blend-mode te dejo la documentacion: https://developer.mozilla.org/es/docs/Web/CSS/mix-blend-mode

    úsala y tendrás un resultado genial.

    También te invito a que mires la solución que le di a este ejercicio y dejes tu comentario: https://www.frontendmentor.io/solutions/stats-preview-card-component-solution-html5-css3-bem-QCrz6ndBt

    ¡Sigamos codificando!

  • Rodrigo Alas•55
    @javieralas05
    Submitted about 4 years ago

    Just VSC, Firefox, and some CSS references

    3
    I'm Fabra•160
    @imfabra
    Posted about 4 years ago

    Hello, I think I have several recommendations that would help you a lot, but I can't write very well in English, a long text would be difficult for me. but I invite you to look at the solution I gave to this exercise, look at the "css" and write any specific question to me: https://www.frontendmentor.io/solutions/stats-preview-card-component-solution-html5-css3-bem-QCrz6ndBt

    Let's keep coding!

  • Isai•10
    @IsaiStormBlesed
    Submitted about 4 years ago

    I used flexbox and media queries for the mobile design.

    2
    I'm Fabra•160
    @imfabra
    Posted about 4 years ago

    Hola, te quedo muy bien. para que el color quede los mas parecido puedes usar mix-blend-mode, te dejo la documentación: https://developer.mozilla.org/es/docs/Web/CSS/mix-blend-mode

    También te invito a mirar la solución que le di a este ejercicio y dejar tu comentario: https://www.frontendmentor.io/solutions/stats-preview-card-component-solution-html5-css3-bem-QCrz6ndBt

    ¡Sigamos codificando!

  • Gabriel Bittencourt•80
    @gabrlcj
    Submitted about 4 years ago

    Challenge resolve with CSS flex

    2
    I'm Fabra•160
    @imfabra
    Posted about 4 years ago

    Hi Gabriel, you could avoid scrolling and have a better view for multiple screens.

    I also invite you to look at the solution I gave to this exercise and leave your comment: https://www.frontendmentor.io/solutions/stats-preview-card-component-solution-html5-css3-bem-QCrz6ndBt

    Let's keep coding!

  • nfjwebuk•20
    @nfjwebuk
    Submitted about 4 years ago

    Mobile first - flex - first attempt ever at a design.

    2
    I'm Fabra•160
    @imfabra
    Posted about 4 years ago

    Wow, it looks really cool. to get the most similar color use "mix-blend-mode" with an opacity of 75%, consult the documentation, it will help you a lot: https://developer.mozilla.org/es/docs/Web/CSS/mix-blend-mode

    I also invite you to see the solution I made of this exercise and leave your comment: https://www.frontendmentor.io/solutions/stats-preview-card-component-solution-html5-css3-bem-QCrz6ndBt

    Let's keep coding.

  • Ben Rogers•30
    @benjamin0204
    Submitted about 4 years ago

    Frontend Mentor - Stats preview card component solution

    2
    I'm Fabra•160
    @imfabra
    Posted about 4 years ago

    Hello, it looks good. You can improve the height and centering of the card.

    I also invite you to see the solution I made of this exercise and leave your comment: https://www.frontendmentor.io/solutions/stats-preview-card-component-solution-html5-css3-bem-QCrz6ndBt

    Let's keep coding.

  • Shibu Sarkar•605
    @shibuwd
    Submitted about 4 years ago

    Stats preview card component

    2
    I'm Fabra•160
    @imfabra
    Posted about 4 years ago

    Hello, it looks good. You can use "FlexBox" to dynamically center the card according to the screen, or you can also use measurements like "%", additional ".container" can lengthen it using "height: 100vh".

    I also invite you to see the solution I made of this exercise and leave your comment: https://www.frontendmentor.io/solutions/stats-preview-card-component-solution-html5-css3-bem-QCrz6ndBt

    Let's keep coding.

  • Hikki666•30
    @Hikki666
    Submitted about 4 years ago

    Tools used: None, Just HTML and CSS.

    1
    I'm Fabra•160
    @imfabra
    Posted about 4 years ago

    Hello, it looks good. You can use "FlexBox" to dynamically center the card according to the screen, or you can also use measurements like "%".

    I also invite you to see the solution I made of this exercise and leave your comment: https://www.frontendmentor.io/solutions/stats-preview-card-component-solution-html5-css3-bem-QCrz6ndBt

  • sofia•30
    @sofiagaona
    Submitted about 4 years ago

    HTML, CSS, FLEXBOX

    1
    I'm Fabra•160
    @imfabra
    Posted about 4 years ago

    Hola Sofi, vas por buen camino. Verifica el enlace de la tipografía creo no esta correcto. procura no tener scroll, puedes revisar ".container" que es el que esta causando esto.

    te invito a ver la solución que le hice a este ejercicio y dejes tu comentario: https://www.frontendmentor.io/solutions/stats-preview-card-component-solution-html5-css3-bem-QCrz6ndBt

    Sigue codificando, aprenderás mucho.

  • Leon•30
    @valdes91
    Submitted about 4 years ago

    HTML, SASS, Flexbox, Mobile first approach

    2
    I'm Fabra•160
    @imfabra
    Posted about 4 years ago

    Hi Leonardo, you can use "background-size" with the "cover" property, this solves the dimensioning of the image.

    I invite you to see my solution and you can leave your opinion: https://www.frontendmentor.io/solutions/stats-preview-card-component-solution-html5-css3-bem-QCrz6ndBt

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub