diff --git a/index.html b/index.html index bb1c77c93b79a990c76ccd25cfa8e44791a843da..9fc69c922cc96b4187a7e90927e3d8d5310329c8 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> + <link rel="stylesheet" href="style.css"> </head> <body> Bonjour diff --git a/style.css b/style.css new file mode 100644 index 0000000000000000000000000000000000000000..d53482ac4278aaa330b922ba0bb3938fcc5952fc --- /dev/null +++ b/style.css @@ -0,0 +1,5 @@ +body { + text-align: center; + background-color: #eeeeee; +} +