Session 6 - Library Style File
Right click on each image and save in the images subfolder
1. Create CSS library file
/* Styles */ body { font-family: arial; color: rgb(128,0,0); /* Maroon */ padding: 20px; } ul { font-size: 20px; color: rgb(0,0,140); /* Dark Blue */ } table { font-size: 20px; color: rgb(0,0,140); /* Dark Blue */ width: 100%; } th { font-size: 24px;} tr { text-align: center;} img { max-width: 100%; height: auto; /* fit to height */ }
Save as
styles.css
in assets sub folder
2. Insert
assets/styles.css
link.
My Website
Save and Browse
3. Add Programs.
Drug Treatment Programs
Educational Programs
Counselling Programs
Hate Crime Programs
DRUG TEXT GOES HERE
EDUCATIONAL TEXT GOES HERE
COUNSELLING TEXT GOES HERE
HATE CRIME TEXT GOES HERE
Save and Browse