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
-
-
+
+
+
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%;
+}