From 7c6befe24d519bb0bc6ba4b62aea5a164bb76783 Mon Sep 17 00:00:00 2001 From: beaulaton Date: Mon, 23 Sep 2024 10:29:57 +0200 Subject: [PATCH] style --- pages/login.html | 13 +++++++++++++ styles/styleLogin.css | 8 ++++++++ 2 files changed, 21 insertions(+) create mode 100644 pages/login.html create mode 100644 styles/styleLogin.css diff --git a/pages/login.html b/pages/login.html new file mode 100644 index 0000000..bd95c86 --- /dev/null +++ b/pages/login.html @@ -0,0 +1,13 @@ + + + + + + + Wiki Fantasy : Login + + + +

Login

+ + \ No newline at end of file diff --git a/styles/styleLogin.css b/styles/styleLogin.css new file mode 100644 index 0000000..632fdaf --- /dev/null +++ b/styles/styleLogin.css @@ -0,0 +1,8 @@ +body{ + background-color: #120b1d ; +} + +p{ + color : white; + font-family: lemon; +} \ No newline at end of file