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


    What challenges did you encounter, and how did you overcome them?

    The tooltip was a new component to work on, I had to look up how to create them and then make the necessary modifications for this project

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

    Haven't been able to change the colour of the button arrow to white when it is shared so I just used an X.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Being able to create a layout in CSS Grid that challenges me to create different size cards.

    What challenges did you encounter, and how did you overcome them?

    Adding the author's image next to their name and verified tag took some time to play around to get it right. I just added an div called author-info-box which is a grid with the columns set to min-content auto and a gap of 2rem. This contains the image next to another div called author-info that has the properties of justify-self: flex-start, line-height: 0.4, text-align center

    the big quote mark also took some playing around. I wrapped it into a div called .quote-bg that has the properties of position: relative, margin-right: auto

    Then also did .quote-bg > svg where I set position to absolute, top: -5rem, right: 6rem and z-index: -1

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Being able to finish the project and work on developing an basic responsive website. I feel like major improvements could still be made in regards to making the CSS cleaner

    What challenges did you encounter, and how did you overcome them?

    I had issues with the mobile part because of the order property was just not working the way I wanted it to. I originally did this in grid and thought I could just do a grid-template-columns 1 to make it all stack on top of each other and then change the order property. But I just couldn't get the image to stack on top of the text unless the logo part was at the bottom. Every section was able to move when I changed the order so I knew the order property was working properly, just for whatever reason I I could only move image to very top or to the very bottom.

    I decided to change the project layout from grid to flex as I already spent a lot of time trying to achieve the proper the mobile layout and then played around with the HTML structure as I was testing out to see what was causing the layout issues in mobile.

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

    Any feedback will greatly help

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I did this one before but never uploaded it and it took me a while to complete it. Don't have my old files but it didn't take me as long to complete it this time

    What challenges did you encounter, and how did you overcome them?

    I'd say the annual plan section was probably the hardest section but nothing overwhelming. I just utilized CSS grid and flexbox together to achieve the structure of it

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Actually finishing the project and getting more comfortable with CSS.

    Not sure what else I'd do differently except maybe use this project as practice for any CSS frameworks I intend to learn.

    What challenges did you encounter, and how did you overcome them?

    Centering the styling of the buttons and retrieving the values of the buttons. This was an project that I had started before but never finished(until now) and I had actually set the innerHTML in Javascript for the button text which I had to remove.

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

    Button text centering on Chrome and Firefox seem to be slightly different, if there's any way to improve the centering the text of the buttons that would be much appreciated

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Finishing an project that I initially struggled with. This was a great way to start utilizing and reinforcing the concepts of Flexbox

    What challenges did you encounter, and how did you overcome them?

    Initially I struggled with the overall layout and getting it structured. I was learning Flexbox and using this project as a learning experience.

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

    I think naming of the classes could be better, but I'm open to all suggestions

  • Submitted

    NFT Card

    • HTML
    • CSS

    0