Commit a30174ac authored by thibaut-felten's avatar thibaut-felten

custom

parent 05588046
<template>
<div id="app">
<!-- <div id="nav">
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link> |
<router-link to="/accueil">Acceuil</router-link>
</div> -->
<router-view/>
</div>
</template>
......@@ -24,6 +19,11 @@
}
a{
text-decoration: none;
color: #403d39;
}
*{
box-sizing: border-box;
......
......@@ -32,10 +32,13 @@
justify-content: center ;
}
label{
label {
margin-right: 1%;
display: inline-block;
}
.btn{
background-color: transparent;
border-radius:10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment