diff --git a/assets/bg.webp b/assets/bg.webp new file mode 100644 index 0000000..360fdf1 Binary files /dev/null and b/assets/bg.webp differ diff --git a/assets/map.jpeg b/assets/map.jpeg new file mode 100644 index 0000000..e9ac31f Binary files /dev/null and b/assets/map.jpeg differ diff --git a/index.html b/index.html index 3a39789..e930fd9 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,18 @@ + - - - - - - + + + + + +
+

Grand Tabernacle Auto

+

Le plus grand tabernacleur de notre ère est:

+ + +
+ + + \ No newline at end of file diff --git a/style.css b/style.css index e69de29..ea16012 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,16 @@ +body{ + display: flex; + justify-content: center; + align-items: center; + position: fixed; + width: 100%; + height: 100%; +} +h1{ + font-size: 24px; + margin-top: 20px; +} + +#background-image { + background-image: url('./assets/bg.webp'); + } \ No newline at end of file