Creating a web page in W3.CSS

This builds on w3school's crash course. Use what you need.

First page

First Page example (needs photo, uses local w3.css for stylesheet).

Add div for color

Then add an external styleheet and specify teal as the color for your div:

<div class="w3-container w3-center w3-teal">

Example

From here on, inspect the page to see the code.

Make it responsive

Use w3-row and w3-third here to get a responsive effect.

Example (photos missing. But note these are specified as 100% each)

Make a card

Uses the classes w3-card, w3-center for the text container andw3-xlarge for the text in the code

Example

Light-gray for div