This is my presentation.
One of the Sass in my presentation explained:
- Responsive image – So making this was not as challenging as I imagined it because it was something we were introduced to in web design 1. The sass is a bit different because 1) I made a folder and named it
components
2) I then added a file in there and named it_responsive-img.scss
. After this, I used the class name for the image and styled it. Something new I did differently is that I added a variable for padding so it can make life easier instead of always going back to write the same number. I chose to explain this one because I enjoyed doing this process and refreshing my mind on how to do it.