25 lines
320 B
Vue
25 lines
320 B
Vue
<template>
|
|
<div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script setup>
|
|
</script>
|
|
|
|
<style>
|
|
.h1-inscription-beta-Inscrivez-vous {
|
|
font-size: 20px;
|
|
/* Taille de la police de 20 pixels */
|
|
font-weight: bold;
|
|
/* Texte en gras */
|
|
text-align: center;
|
|
/* Centrer le texte */
|
|
margin-top: 5px;
|
|
margin-bottom: 15px;
|
|
}
|
|
</style>
|