From 0f9164529ab3d40f604249d99044f0992ba47e9c Mon Sep 17 00:00:00 2001 From: Alexandre AGOSTINHO Date: Thu, 15 Sep 2022 12:02:24 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9but=20tp2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 30 ++++++++++++++++++------------ styles.css | 22 ++++++++++++++++++++++ 2 files changed, 40 insertions(+), 12 deletions(-) create mode 100644 styles.css diff --git a/index.html b/index.html index fe006f9..274a668 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,14 @@ - + Languages de programmation +

Languages de programmation

- Images des nom de programmes -
+ Images des nom de programmes +

actualités des languages

@@ -34,21 +34,27 @@
+

Actualités du site

Initialisation du site

-

08/09/2022: Initialisation du site.

+

08/09/2022: Création de la page d'acceuil, des 3 premiers articles, + et de la table.

+
+
+

Ajouts des stylesheets

+

15/09/2022: Ajouts de styles.css.

-
diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..c31e962 --- /dev/null +++ b/styles.css @@ -0,0 +1,22 @@ +body { + background-color: #ebebeb; + margin-width: 80%; +} + +h1 { + background-color: #c9832e; + color: white; +} + + +.imghead { + float: right; + width: 400px; + height: 250px; +} + +.links { + height: 400px; + float: right; + border-width: 20%; +}