diff --git a/images/WIKIFANTASY.png b/images/WIKIFANTASY.png new file mode 100644 index 0000000..2dffdee Binary files /dev/null and b/images/WIKIFANTASY.png differ diff --git a/images/coeur.svg b/images/coeur.svg new file mode 100644 index 0000000..4ac9bb7 --- /dev/null +++ b/images/coeur.svg @@ -0,0 +1,3 @@ + + + diff --git a/images/dark.svg b/images/dark.svg new file mode 100644 index 0000000..442157b --- /dev/null +++ b/images/dark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/images/quizz.svg b/images/quizz.svg new file mode 100644 index 0000000..4b7c2c3 --- /dev/null +++ b/images/quizz.svg @@ -0,0 +1,3 @@ + + + diff --git a/index.html b/index.html index 1742dde..bdfa58e 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,26 @@ - + Wiki Fantasy - + + +
+
+ + +
+
+

Wiki Fantasy

\ No newline at end of file diff --git a/pages/accueil.html b/pages/accueil.html index 1742dde..bdfa58e 100644 --- a/pages/accueil.html +++ b/pages/accueil.html @@ -1,12 +1,26 @@ - + Wiki Fantasy - + + +
+
+ + +
+
+

Wiki Fantasy

\ No newline at end of file diff --git a/style/style.css b/style/style.css new file mode 100644 index 0000000..21469f9 --- /dev/null +++ b/style/style.css @@ -0,0 +1,55 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.header{ + display: flex; + position: fixed; + background-color: #000000; + right: 0; + top: 0; + width: 100%; + text-align: center; + padding: 20px; +} + +.nav{ + display: flex; + align-items: center; + vertical-align: center; + gap: 30px; + width: 40%; + filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(157deg) brightness(103%) contrast(101%) ; +} +.nav img:hover{ + fill:url(#Gradient1); +} + + +.logo{ + display: flex; + align-items: center; + justify-content: center; + width: 20%; +} + + +#Gradient1 { + offset: 0%; stop-color: rgba(27,0,72,1); + offset: 100%; stop-color: rgba(97,0,255,1); + /* + + */ +}/* + + + + + + +