pull/50/head
parent
5ee856f49c
commit
b330ae89fe
@ -1,12 +1,25 @@
|
||||
.buttonNabImg{
|
||||
margin: 15px 0;
|
||||
width: auto;
|
||||
height: 8vh;
|
||||
height: 65px;
|
||||
|
||||
background-color: #85C9C2;
|
||||
color: #2A4541;
|
||||
border-radius: 15px;
|
||||
border-width: 0;
|
||||
|
||||
font-size:larger;
|
||||
font-size:large;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.buttonNabImg p {
|
||||
color:white;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.link-without-underline {
|
||||
text-decoration: none;
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
.all{
|
||||
background-color: #D7D4C6;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: calc(10px + 2vmin);
|
||||
color: #2A4541;
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
import React from 'react';
|
||||
import './Jouer.css';
|
||||
import '../App.css';
|
||||
|
||||
function Jouer() {
|
||||
return (
|
||||
<div className='all'>
|
||||
<h1>Bienvenue</h1>
|
||||
<h6>en page 2</h6>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Jouer;
|
Loading…
Reference in new issue