From 6cf0b41caff024fd40f7cc7b6632560d21163b2d Mon Sep 17 00:00:00 2001 From: "tom.guerin" Date: Tue, 14 Jan 2025 15:41:04 +0100 Subject: [PATCH] Ajout des fichiers html et de 1 fichier CSS --- .gitignore | 1 + index.html | 2 ++ page2.html | 12 ++++++++++++ style.css | 6 +++--- 4 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 page2.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d3984ca --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +img/ \ No newline at end of file diff --git a/index.html b/index.html index c7697ca..e245ba1 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,7 @@

Quel titre !

Bonjour les SIO :)

+

pifhaepih

+

eoufygouy

\ No newline at end of file diff --git a/page2.html b/page2.html new file mode 100644 index 0000000..9258009 --- /dev/null +++ b/page2.html @@ -0,0 +1,12 @@ + + + + + + + Hello there + + +

Quel titre !

+ + \ No newline at end of file diff --git a/style.css b/style.css index ed85b0b..a6feef7 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,10 @@ body { - background-color: #6d6551; + background-color: #eeb72c; } h1 { - color: #c6d2db; + color: #0c8cee; } p { - color: #c9c0d1; + color: #8800ff; } \ No newline at end of file