Verkkokauppa

html_css_basics | ├── exercises │ ├── ... │ └── e7 │ ├── style.css │ ├── index.html │ ├── (kopio etusivusta) │ ├── (kopio etusivusta) │ ├── (kopio etusivusta) | └── img │ ├── covers-01.jpg │ ├── covers-02.jpg │ ├── ... |

Layout

verkkokauppa_layout

Tehtävä

ⓘ Toteuta alla olevien ohjeiden mukaisesti ensin pelkästään index.html style.css ja testaa sivun toimivuus ennen kuin teet alisivuja tuotekategorioille

1. HTML


2. CSS

body main figcaption figcaption span nav nav ul nav a .active

3. Kasaus

html_css_basics | ├── exercises │ ├── ... │ └── e7 │ ├── style.css │ ├── index.html │ ├── action.html │ ├── adventure.html │ ├── multiplayer.html | └── img │ ├── covers-01.jpg │ ├── covers-02.jpg │ ├── ... |

Malli (index.html)

done_1

Malli (adventure.html)

done_2