Styling the Art Image Viewer (Part 1)
Exercise 1
In the previous exercises, we have constructed a solid start to the backend functionality of the MET Art Image Viewer application. Now we will start to improve the overall appearance of the application. In particular, you will use the power of CSS to optimize the display of the art image itself to accomplish the following goals:
- Reduce the maximum width the image uses when rendered in the application UI.
- Add a stylish border to the image display using customized CSS. Thanks to Cyndi Kirkpatrick for her tutorial with accompanying css and image assets.
Additional hints:
- Refer to the Resize images proportionally with CSS tutorial for guidance on setting the image maximum width.