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 solutions

  • Submitted


    Hi there, I’m Gustavo and this is my solution for this challenge. πŸ‘πŸŒ

    I followed a tip from the last project to start with mobile first, I found it more challenging and it ended up working, I only had a difficulty with the colors issue, because I couldn't apply the cyan variation in one of the sections, i accept help!

    I added two hover effects in this project: Hover in Anchor

    .monthly a:hover {
        background-color: var(--Light-Gray);
        color: var(--Cyan);
    }
    

    Hover in Price

    .monthly .price #price-number:hover {
        transform: scale(1.2);
    }
    

    I am open to any feedback!

  • Submitted


    Hi! I had some difficulties with the images, because it took me a while to adjust the height and width scales, as well as I had to use the images in a div background instead of the img tag, because of the responsiveness, I'm waiting corrections and tips! Thanks πŸ™πŸ₯Έ