CSCI 3342 Web Development
Fall 2024
HTML and CSS
Cascading Style Sheets (CSS)
Garish is the new black.
Use standard CSS to make your page look a
lot
more interesting.
CSS Tutorial
at w3schools. Start with Syntax and Selectors; use the rest as reference.
Prior class video
Using the Flexbox layout system (20:58)
A Complete Guide to Flexbox
at css-tricks.
Assignment Checklist
Create a CSS page and
<link>
it to your HTML
Use tag,
.class
, and
#id
selectors
Apply font styles (color, size, decoration, etc)
Use background colors and borders to create distinct sections
Use flexbox layout with justification, margins, padding
Style links to change on mouse over