diff --git a/Hoarau-Julien/index.html b/Hoarau-Julien/index.html new file mode 100644 index 0000000..9e1ad91 --- /dev/null +++ b/Hoarau-Julien/index.html @@ -0,0 +1,13 @@ + + +
+ + + +Welcome in my world 😊
+ + \ No newline at end of file diff --git a/Hoarau-Julien/styles.css b/Hoarau-Julien/styles.css new file mode 100644 index 0000000..1da6beb --- /dev/null +++ b/Hoarau-Julien/styles.css @@ -0,0 +1,15 @@ +* { + margin: 0; + padding: 0; + font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", + sans-serif; +} + +body { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + color: whitesmoke; + background-color: black; +}