Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
9
Comments
8

cisneConCorbata

@cisneConCorbata220 points

I’m a mysterious individual who has yet to fill out my bio. One thing’s for certain: I love writing front-end code!

Latest solutions

  • Age calculator app

    #accessibility

    cisneConCorbata•220
    Submitted 3 months ago

    0 comments
  • Interactive Rating Component


    cisneConCorbata•220
    Submitted 3 months ago

    I'd like to learn more about how to make this solution more accessible, as the rating options can't be selected with tab at the moment.


    0 comments
  • Profile card component


    cisneConCorbata•220
    Submitted over 2 years ago

    1 comment
  • 3-column preview card component


    cisneConCorbata•220
    Submitted over 2 years ago

    0 comments
  • Stats preview card component solution


    cisneConCorbata•220
    Submitted over 2 years ago

    0 comments
  • Order summary card


    cisneConCorbata•220
    Submitted over 2 years ago

    0 comments
View more solutions

Latest comments

  • Juannchoo•50
    @Juannchoo
    Submitted 3 months ago
    What are you most proud of, and what would you do differently next time?

    -se subió pero parece que la pagina de "Github" no carga el tipo de fuente

    What specific areas of your project would you like help with?

    -¿como puedo hacer que la pagina de github cargue también las font family del proyecto?

    Resumen de Orden hecho con Tailwind

    #tailwind-css
    1
    cisneConCorbata•220
    @cisneConCorbata
    Posted 3 months ago

    Creo que el problema es que tu fuente está en input.css, pero no lo ligaste en el HTML

    <link rel="stylesheet" href="src/output.css">

    deja esa línea, pero abajo añade una donde enlaces input.css

  • Tomosori Ayomide Gabriel•660
    @tomosoriayomide
    Submitted 3 months ago

    Stats Preview Card

    1
    cisneConCorbata•220
    @cisneConCorbata
    Posted 3 months ago

    Great job! I'd only recommend looking into css flexbox or css grid to align the card vertically.

    Marked as helpful
  • AlvaNeedsFood•20
    @AlvaDevs
    Submitted over 2 years ago

    QR Code Component - CSS

    2
    cisneConCorbata•220
    @cisneConCorbata
    Posted over 2 years ago

    Hi there! You did amazing, in fact, I actually learned something while looking at your code, you're going to save me so much time in the future, I didn't know you could establish variables! (I'll credit you in my next project, of course).

    Accessibility

    Landmarks are very important for people who use screen readers, so get used to applying them. They are your basic built in tags that specify the content within them , like <main>, <footer>, <header>, etc. All HTML must be contained by landmarks

    I use <main> to encase the focus of the website (in this case, the QR code), and footer for the attribution:

    <footer>
    <div class="attribution">
        Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. 
        Coded by <a href="https://github.com/AlvaNeedsFood">Alvaro Alvarez P</a>.
      </div>
    </footer>
    

    Centering vertically

    Whenever I have issues with flexbox I use grid, it's very easy to understand. In this case, you just need to use:

    display: grid;
    place-items: center;
    height:100vh;
    

    Hope this helps!

    Marked as helpful
  • Braxton•250
    @brx-prototyping
    Submitted over 2 years ago

    Arch Studios

    1
    cisneConCorbata•220
    @cisneConCorbata
    Posted over 2 years ago

    Hey! I don't know much about React, but I think your images are not linked to the same folders as the ones referenced in the code, or at least I can't find any folders with those names.

  • Yuri Mascarenhas Lourenço•40
    @YuriMascarenhasLourenco
    Submitted over 2 years ago

    nft-preview-card-component

    1
    cisneConCorbata•220
    @cisneConCorbata
    Posted over 2 years ago

    Hi! To add hover, just take your element's class and start a new declaration in you stylesheet:

    .image:hover {
    background: grey;
    cursor: pointer;
    }
    

    Those values are just an example, you can add whatever you like and it will show when you hover the element, the important part is the :hover after the element

    Marked as helpful
  • mel-stark•40
    @mel-stark
    Submitted over 2 years ago

    Results summary - my solution

    #bootstrap
    2
    cisneConCorbata•220
    @cisneConCorbata
    Posted over 2 years ago

    You can also fix that border by rounding the corners of your container.

    I would also recommend you to stop adding inline CSS because it will get messy once you get to work on bigger projects. Use a .css file or the <styles> tag instead.

    As a last note, please use always use alt text for images and landmarks, it's important for accessibility!

    Marked as helpful
View more comments
Frontend Mentor logo

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