Creating a Carousel with JS, HTML, CSS Part 2
JavaScript Experiment: Carousel images Part 2 The Set-up: Part 1 Lets make some changes. How it looks after the initial set-up: DESIGN: There are a few design changes I'd like to make before I put in the images, and I'll do that now. The main reason is I want the left and right image containers to be skewed and smaller than the main image. When the images change, it should feel like they are moving. I'll add that styling now, so if there are any problems with how the images appear when they are assigned a new div, I'll know before going to deep in the code. I'm going to run the HTML file in the browser, and inspect it with the web dev tools. There I can click on an element and change its properties and see the results in live time. This is part of why setting up that CSS file is helpful. The web dev tools will pick up the related CSS class's and ID's and I can manipulate them directly. Once I have it looking how I want, I can copy and paste what...