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

  • @mark-escosura

    Posted

    Nice work 😁 If u want to get your component to the center of the web page u should use

    body {
               display:flex;
               flex-direction:column; 
               justify-content: center;
               align-items:center; 
    }
    
    1