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

custom

parent 05588046
<template> <template>
<div id="app"> <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/> <router-view/>
</div> </div>
</template> </template>
...@@ -24,6 +19,11 @@ ...@@ -24,6 +19,11 @@
} }
a{
text-decoration: none;
color: #403d39;
}
*{ *{
box-sizing: border-box; box-sizing: border-box;
......
...@@ -32,10 +32,13 @@ ...@@ -32,10 +32,13 @@
justify-content: center ; justify-content: center ;
} }
label{
label {
margin-right: 1%; margin-right: 1%;
display: inline-block;
} }
.btn{ .btn{
background-color: transparent; background-color: transparent;
border-radius:10px; 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