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 comments

  • @Yoseif-Alfiky-1

    Submitted

    when i make the screen smaller , the blue color appear in the background , Could anyone help me to solve this problem . and this is a link ---"https://yoseif-alfiky-1.github.io/Card-Component/"-- the transparent blue appear when the item move . Good luck for everyone.

    Squashim 350

    @Squashim

    Posted

    Hello! If you want to get rid of the blue background color you need to delete background-color: azure from your .contact in styles:

    .contact {
        display: flex;
        justify-content: center;
        flex-direction: row ;
        flex-wrap: wrap;
        background-color: azure <---- it is not needed
    } 
    

    If you have any other questions I'll try to help!

    Keep up the good work!

    Marked as helpful

    0