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

    CHANEL Card

    • HTML
    • CSS

    1


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

    Responsive website design

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

    Media query for mobile and desktop

  • Submitted


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

    A detailed front-end HTML+CSS development flow

    • README
    • Design Document
    • Asset (fonts, images)
    • Style Guide

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

    How to change the inner properties of bootstrap

    • You have to look deeply into the debugger and check which property you can change

    How to do global window centralization

    
    
    

    How to make a 1/3 background image

    .background {
        position: absolute;
        background-image: url("assets/images/background-pattern-desktop.svg");
        width: 100%;
        height: 33vh;
    }
    

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

    About the font. How do I get the title font displayed properly?