Welcome
For today's activity, work aalong with me as we:
- Create a 1page website.
- create a nav menu using and unordered list and grid.
- create a calculator mock-up using CSS Grid
For extra credit (10 POINTS), create:
- create the same calculator mock-up, but with CSS flexbox.
- Create the same calculator mock-up, but using web table
- HINT: when creating the web table, the colspan attribute will make life a life easier.
- Bonus hint: when planning out your web table, count how many cells are in each row before you construct