CazB67 / employee-summary

A Node CLI that takes in information about employees and generates an HTML webpage that displays summaries for each person.
MIT License
0 stars 0 forks source link

HTML render #4

Closed CazB67 closed 4 years ago

CazB67 commented 4 years ago

Work out how to render the HTML such that no matter how many in team it still looks good. Look at maybe a switch statement where if employees.length > 5, go to a new row, if greater than ten a new row and so on

CazB67 commented 4 years ago

Used card-columns class to fix issue