VIDEO RESOURCES
About Tags & Compound Rules
VIDEO
Using Google Fonts & CSS
VIDEO
CHALLENGE MATERIALS
Each challenge revisits the basics as an in-class refresher, usually a week or two after the material was first taught.
Challenge 4 — no materials needed; students build the page from scratch.
CODE RESOURCES
⇨ Menu Icon Folder — navigation HTML, CSS & PNG image
To use the Placed Images Site Root Folder:
Download the folder above.
Unzip it.
Take the elements you need (images from the images folder, etc.).
Place them into your own Main Site Root Folder.
COPPER SUMMIT MATERIALS (Second Site)
GOING FURTHER (Beyond the Six Weeks)
These are optional, more advanced techniques — interactivity, video, and image effects. They go beyond the six hand-coding weeks and are a good place to explore once AI becomes part of your workflow.
HTML:
<div class="overlay"></div>
<video muted="muted" autoplay="autoplay" loop="loop">
<source src="videos/IMG_7991.mp4" type="video/mp4">
</video>
CSS:
video {
position: absolute; top: 0; left: 0;
width: 100%; height: 100%;
object-fit: cover; opacity: 0.8; z-index: 0;
}
.overlay {
position: absolute; top: 0; left: 0;
width: 100%; height: 100%;
background-color: #03a9f4;
mix-blend-mode: overlay; z-index: 20;
}
Copyright © 2026. J. Blake Johnson. All rights reserved.
Note: use this address to get to the Graphic Server
smb://ad.svsu.edu/departments/