remotes/origin/master
Leni BEAULATON 7 months ago
parent 6a90e06828
commit 8f0346497b

@ -6,6 +6,7 @@
<link rel="stylesheet" type="text/css" href="../styles/styleLogin.css" media="screen"> <link rel="stylesheet" type="text/css" href="../styles/styleLogin.css" media="screen">
<title>Wiki Fantasy : Connexion</title> <title>Wiki Fantasy : Connexion</title>
<link rel="icon" href="../images/Logo.ico"> <link rel="icon" href="../images/Logo.ico">
<link href="https://fonts.googleapis.com/css2?family=Lemon&display=swap" rel="stylesheet">
</head> </head>
<body> <body>
<h1>▶ Connexion ◀</h1> <h1>▶ Connexion ◀</h1>

@ -6,6 +6,8 @@
<link rel="stylesheet" type="text/css" href="../styles/styleSignin.css" media="screen"> <link rel="stylesheet" type="text/css" href="../styles/styleSignin.css" media="screen">
<title>Wiki Fantasy : inscription</title> <title>Wiki Fantasy : inscription</title>
<link rel="icon" href="./images/Logo.ico"> <link rel="icon" href="./images/Logo.ico">
<link href="https://fonts.googleapis.com/css2?family=Lemon&display=swap" rel="stylesheet">
</head> </head>
<body> <body>
<h1>▶ S'inscrire ◀</h1> <h1>▶ S'inscrire ◀</h1>

@ -4,7 +4,7 @@ body{
h1{ h1{
color : white; color : white;
font-family: Lemon; font-family: "Lemon", serif;
text-align: center; text-align: center;
font-size: 32px; font-size: 32px;
} }
@ -12,7 +12,7 @@ h1{
p{ p{
color : white; color : white;
font-size: 20px; font-size: 20px;
font-family: Lemon; font-family: "Lemon", serif;
} }
.login{ .login{
@ -41,7 +41,9 @@ p{
margin-bottom: 5%; margin-bottom: 5%;
font-size: 13px; font-size: 13px;
text-align: center; text-align: center;
padding-top: 1%;
color: white; color: white;
font-family: "Lemon", serif;
} }
@ -50,7 +52,8 @@ p{
} }
.buttonSudmite{ .buttonSudmite{
background: linear-gradient(90deg, #6100ff 0%, #1b0048 100%); background: linear-gradient(90deg, #6100ff 0%, #1b0048 100%);
font-family: "Lemon", serif;
border: none; border: none;
color: white; color: white;
padding: 2%; padding: 2%;

@ -1,6 +1,6 @@
body{ body{
background-color: #120b1d ; background-color: #120b1d ;
font-family: Lemon; font-family: "Lemon", serif;
} }
h1{ h1{
@ -74,6 +74,7 @@ p{
border-radius: 25px; border-radius: 25px;
color : white; color : white;
border: none; border: none;
font-family: "Lemon", serif;
} }

Loading…
Cancel
Save