Demonstration Videos, or Pages Exercises
Category: CSS
Due Date: Friday, August 02, 2024 by Midnight As you presumably know, I had hoped to make the final assignment involve creating a website for the Langara Film Arts program. However, for a number of reasons we have not been able to coordinate this between the departments. For that reason, I have no choice but […]
First, please download the images we’ll need for the exercise. In this class demo, we will explore the use of the SRCSET and SIZES attributes of the IMG tag. These allow us to deliver optimally-sized images for different screen resolutions and pixel densities. We will then move on to an examination of container queries. Think […]
In this exercise, you will focus on CSS Transform, Transition, and Animation properities. First of all, please download these starter files. Next, download the screenshots. Finally, study this Loom movie on how the page needs to behave. If this a test, you may use the Internet or your notes, but you may not communicate with […]
Please download the starter files. In this exercise, which we will do in class, we will examine how three kinds of positioning work:
First, please download the starter files and open them as a project in Visual Studio Code. And here is a link to a video demonstrating what we will build. Topics Covered:
In this exercise, which we will typically do in class, we will examine some advanced grid properties, including grid-auto-flow and subgrid. Please download the starter files and open them up in Visual Studio Code (or whatever other code editor you use),. The supplied project files include an html file and a partially-completed stylesheet. In the […]
For this exercise, we are going to make a website that looks like this: First, please download the necessary image and text files. Unzip the file and then rename the folder to yourname-gibson-gallery. Inside this folder is an images folder, and a textfiles folder. Inside the text files folder are six text files. Open this folder as a […]
In this exercise, you will practice your CSS Grid skills, as well as create a harmonious color scheme for your site. First please download the starter files. This will contain the images and the screenshots of the exercise. Once you’re unzipped that package, rename the folder to firstname-lastname-guitarmania2024. And here is a Loom movie describing […]
To Install Tailwind:Open your project in Visual Studio Code. Go to Terminal > New Terminal Type npm install -D tailwindcss To Initialize your project, type Then create two folders inside your project. Name them build and src In the SRC folder, make a file called input.css In the BUILD folder, make a file called index.html In tailwind.config.js, edit […]