ajout bandeau

remotes/origin/master
kevin.modejar 7 months ago
parent 5928145c95
commit eee9b3d8dd

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wiki Fantasy</title> <title>Wiki Fantasy</title>
<link rel="icon" href="../images/Logo.ico"> <link rel="icon" href="../images/Logo.ico">
<link rel="stylesheet" href="../style/style.css"> <link rel="stylesheet" href="../styles/style.css">
</head> </head>
<body> <body>
<div class="container"> <div class="container">

@ -9,6 +9,21 @@
<link href="https://fonts.googleapis.com/css2?family=Lemon&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Lemon&display=swap" rel="stylesheet">
</head> </head>
<body> <body>
<div class="container">
<div class="header">
<div class="nav">
<img src="../images/coeur.svg" alt="coeur" width="67px" height="67px" onmousedown="return false">
<img src="../images/dark.svg" alt="dark" width="72px" height="37px" onmousedown="return false">
<img src="../images/quizz.svg" alt="quizz" width="51px" height="82px" onmousedown="return false">
</div>
<div class="logo">
<img src="../images/WIKIFANTASY.png" alt="Logo" width="227px" height="106px" onmousedown="return false" >
</div>
<div class="user">
<img src="../images/user_dark.png" alt="user" width="70px" height="70px" onmousedown="return false">
</div>
</div>
</div>
<h1>▶ Connexion ◀</h1> <h1>▶ Connexion ◀</h1>
<div class="login"> <div class="login">

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="../styles/styleQuote.css" media="screen">
<title>Wiki Fantasy : citation</title>
<link rel="icon" href="../images/Logo.ico">
<link href="https://fonts.googleapis.com/css2?family=Lemon&display=swap" rel="stylesheet">
</head>
<body>
</body>
</html>

@ -10,6 +10,21 @@
</head> </head>
<body> <body>
<div class="container">
<div class="header">
<div class="nav">
<img src="../images/coeur.svg" alt="coeur" width="67px" height="67px" onmousedown="return false">
<img src="../images/dark.svg" alt="dark" width="72px" height="37px" onmousedown="return false">
<img src="../images/quizz.svg" alt="quizz" width="51px" height="82px" onmousedown="return false">
</div>
<div class="logo">
<img src="../images/WIKIFANTASY.png" alt="Logo" width="227px" height="106px" onmousedown="return false" >
</div>
<div class="user">
<img src="../images/user_dark.png" alt="user" width="70px" height="70px" onmousedown="return false">
</div>
</div>
</div>
<h1>▶ S'inscrire ◀</h1> <h1>▶ S'inscrire ◀</h1>
<div class="signin"> <div class="signin">

@ -4,6 +4,11 @@
box-sizing: border-box; box-sizing: border-box;
} }
body{
background-color: #120b1d ;
font-family: "Lemon", serif;
}
.header{ .header{
display: flex; display: flex;
position: fixed; position: fixed;

@ -1,15 +1,16 @@
body{ @import url(./style.css);
background-color: #120b1d ;
}
h1{ h1{
color : white; color : white;
font-family: "Lemon", serif; font-family: "Lemon", serif;
text-align: center; text-align: center;
font-size: 32px; font-size: 32px;
margin-top: 10%;
} }
p{ p{
margin-top: 6%;
margin-bottom: 2%;
color : white; color : white;
font-size: 20px; font-size: 20px;
font-family: "Lemon", serif; font-family: "Lemon", serif;
@ -18,7 +19,7 @@ p{
.login{ .login{
background-color: black; background-color: black;
width: 30%; width: 30%;
margin-left: 33%; margin-left: 35%;
margin-top: 3%; margin-top: 3%;
border-radius: 25px; border-radius: 25px;
padding: 2%; padding: 2%;

@ -0,0 +1 @@
@import url(./style.css);

@ -1,9 +1,7 @@
body{ @import url(./style.css);
background-color: #120b1d ;
font-family: "Lemon", serif;
}
h1{ h1{
margin-top: 10%;
color : white; color : white;
text-align: center; text-align: center;
@ -16,7 +14,7 @@ h1{
grid-template-columns: 2fr 1fr; grid-template-columns: 2fr 1fr;
grid-template-rows: repeat(5, 1fr); grid-template-rows: repeat(5, 1fr);
width : 30%; width : 30%;
margin-left: 33%; margin-left: 35%;
margin-top: 3%; margin-top: 3%;
padding : 2%; padding : 2%;
} }
@ -25,6 +23,7 @@ p{
color :white; color :white;
font-size: 20px; font-size: 20px;
margin-top: 7%; margin-top: 7%;
margin-bottom: 2%;
font-weight: bold; font-weight: bold;
} }

Loading…
Cancel
Save