diff --git a/.parcel-cache/data.mdb b/.parcel-cache/data.mdb index c355ccf..011b4ef 100644 Binary files a/.parcel-cache/data.mdb and b/.parcel-cache/data.mdb differ diff --git a/.parcel-cache/lock.mdb b/.parcel-cache/lock.mdb index 93753fe..859d773 100644 Binary files a/.parcel-cache/lock.mdb and b/.parcel-cache/lock.mdb differ diff --git a/assets/fonts/Starjedi.ttf b/assets/fonts/Starjedi.ttf new file mode 100644 index 0000000..2ac5bb1 Binary files /dev/null and b/assets/fonts/Starjedi.ttf differ diff --git a/assets/fonts/Starjhol.ttf b/assets/fonts/Starjhol.ttf new file mode 100644 index 0000000..3c06b48 Binary files /dev/null and b/assets/fonts/Starjhol.ttf differ diff --git a/characters.html b/characters.html index 84a44a9..15335ba 100644 --- a/characters.html +++ b/characters.html @@ -8,6 +8,16 @@ Characters +
STAR WARS
+
+ +
\ No newline at end of file diff --git a/films.html b/films.html index 316d6df..f449e9b 100644 --- a/films.html +++ b/films.html @@ -8,6 +8,16 @@ Films +
STAR WARS
+
+ +
\ No newline at end of file diff --git a/index.html b/index.html index a351aec..37b38cd 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,16 @@ Accueil +
STAR WARS
+
+ +
\ No newline at end of file diff --git a/planets.html b/planets.html index cff5fb3..692b322 100644 --- a/planets.html +++ b/planets.html @@ -8,6 +8,16 @@ Planets +
STAR WARS
+
+ +
\ No newline at end of file diff --git a/styles/style.css b/styles/style.css index afafd28..a0544f5 100644 --- a/styles/style.css +++ b/styles/style.css @@ -1,4 +1,31 @@ +@font-face { + font-family: 'star-wars'; + src: url("../assets/fonts/Starjedi.ttf"); +} + *{ margin: 0; padding: 0; + font-family: 'star-wars', serif; +} + +.titre a{ + text-decoration: none; +} + +.ul-menu{ + list-style-type: none; +} + +.ul-menu li{ + display: inline; + float: left; + margin: 1em; +} + +.ul-menu li a{ + display: block; + padding: 5px; + text-align: center; + text-decoration: none; } \ No newline at end of file