Nouveau bouton connection

ServeurDeTest
Pierre BALLANDRAS 3 years ago
parent ed2e5c0c77
commit a2bf9e174c

@ -284,12 +284,11 @@ body {
.main .duel{
color: #56fcfc;
}
.main .log{
.log{
color: #fff;
}
.main .duel, .main .log{
.main .duel{
margin-top: 60px;
}

@ -8,7 +8,6 @@
<link rel="stylesheet" href="../../CSS/Enigme.css"/>
<link rel="stylesheet" href="../../CSS/Home.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<div class="enigme">

@ -17,6 +17,9 @@
<span>ed</span>
</h1>
</div>
<button>
<img href="./LogSign/Login.html" src="../../assets/img/conexion-icon.jpg"/>
</button>
<div class="align-items-center">
<div>
<a class="enigme" href="./Presentation.html">
@ -36,11 +39,6 @@
Duel
</a>
</div>
<div>
<a class="log" href="./LogSign/Login.html">
Login
</a>
</div>
</div>
</div>
</body>

Loading…
Cancel
Save