ajout des images oubliées precedemment
This commit is contained in:
@@ -25,6 +25,8 @@
|
|||||||
|
|
||||||
> **Principe fondamental** : HTML = structure (le fond) | CSS = présentation (la forme)
|
> **Principe fondamental** : HTML = structure (le fond) | CSS = présentation (la forme)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### A.2 Syntaxe CSS
|
### A.2 Syntaxe CSS
|
||||||
|
|
||||||
```css
|
```css
|
||||||
@@ -172,6 +174,8 @@ div {
|
|||||||
|
|
||||||
### D.1 Structure d'une page moderne
|
### D.1 Structure d'une page moderne
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
```
|
```
|
||||||
┌─────────────────────────────────────────────┐
|
┌─────────────────────────────────────────────┐
|
||||||
│ <header> │
|
│ <header> │
|
||||||
@@ -280,6 +284,10 @@ TP_CSS/
|
|||||||
|
|
||||||
### F.2 Structure HTML
|
### F.2 Structure HTML
|
||||||
|
|
||||||
|
Voici la structure visuelle du site Pastor :
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Créez `index.html` avec la structure suivante :
|
Créez `index.html` avec la structure suivante :
|
||||||
|
|
||||||
```html
|
```html
|
||||||
@@ -364,6 +372,10 @@ Créez `index.html` avec la structure suivante :
|
|||||||
|
|
||||||
### F.4 Styles CSS
|
### F.4 Styles CSS
|
||||||
|
|
||||||
|
Voici le schéma de positionnement CSS du site :
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Créez `style.css` avec les règles suivantes :
|
Créez `style.css` avec les règles suivantes :
|
||||||
|
|
||||||
#### Styles généraux
|
#### Styles généraux
|
||||||
@@ -545,27 +557,7 @@ footer p, footer ul {
|
|||||||
|
|
||||||
Votre page doit ressembler à ceci :
|
Votre page doit ressembler à ceci :
|
||||||
|
|
||||||
```
|

|
||||||
┌─────────────────────────────────────────────────────┐
|
|
||||||
│ 🍳 Pastor ACCUEIL BLOG CV CONTACT│
|
|
||||||
│ Grimoire de la cuisine │
|
|
||||||
├─────────────────────────────────────────────────────┤
|
|
||||||
│ ╔═══════════════════════════════════════════════╗ │
|
|
||||||
│ ║ 🌅 Retour sur mes vacances en Asie... ║ │
|
|
||||||
│ ║ [Voir l'article →] ║ │
|
|
||||||
│ ╚═══════════════════════════════════════════════╝ │
|
|
||||||
├────────────────────────────────┬────────────────────┤
|
|
||||||
│ 📌 JE SUIS UN GRAND GOURMAND │ A PROPOS DE │
|
|
||||||
│ │ L'AUTEUR │
|
|
||||||
│ Blablabla... Blablabla... │ 💬 │
|
|
||||||
│ Blablabla... Blablabla... │ 🍳 Blablabla... │
|
|
||||||
│ Blablabla... Blablabla... │ 📘🐦📹📷📡 │
|
|
||||||
├────────────────────────────────┴────────────────────┤
|
|
||||||
│ MON DERNIER MES PHOTOS MES AMIS │
|
|
||||||
│ TWEET... [📷][📷] • Perceval • Merlin│
|
|
||||||
│ Blablabla... [📷][📷] • Roi Arthur... │
|
|
||||||
└─────────────────────────────────────────────────────┘
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user