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 @@ + + +
+ + + +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