CSS Grid, Image Manipulation and Optimization
CSS Grid Resources
Image Editing
- Image Editing Tools
- Vector vs Raster Images | 1 | 2
- Tools Overview
- Adobe Creative Suite – Paid Subscription
- Adobe Illustrator – Vector Editor
- Adobe Photoshop – Raster Editor
- Pixlr Suite – Raster and Vector – Tutorials
- Photopea / Vectorpea
- Adobe Creative Suite – Paid Subscription
Lab Set up
- In your workspace create a new project sub-directory named: css-grid-lab
- Create 4 html files named:
- grid-two-col-left.html
- grid-two-col-right.html
- grid-two-col-stacked.html
- grid-two-col-equal.html
- Populate Each File with the starter code located here: Starter Code
- Add a nested list to your course homepage with links to each file.