@ehoda9Submitted over 2 years ago
Updated:
- Automatically fetch data and create boxes
- Recode html.css *Recode style.css
Updated:
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;
}