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

  • sohaib 50

    @muffin50

    Posted

    Hi Abdullah, your design looks very respensive and great ! .

    i have some suggestions make it better by using these codes :

    First, you have to to add

    main div {

    border-top: 3px solid color;

    padding: 15px ;

    border-radius:5px ;

    } you can change the size, and colors of divs border as they asked you to do .

    Secendly, remove all divs class:"line line__"

    i hope this helps you .

    0
  • sohaib 50

    @muffin50

    Posted

    Hi Maxfield ,You do a good work ! keep working about the background-image , I have a little advice i hope it can helps you.

    You have to add these codes and remove background attachment and position

    body {

    background-image: url(./images/bg-pattern-top.svg), url(./images/bg-pattern- 
    bottom.svg) ;
    
    background-repeat: no-repeat , no-repeat ;
    
    background-position: right 45vw bottom 45vh, left 45vw top 45vh ; 
    

    }

    Marked as helpful

    0