update style formulaire

This commit is contained in:
2026-06-18 10:55:11 +02:00
parent d14cce5731
commit be6c852045
2 changed files with 13 additions and 3 deletions
+12 -2
View File
@@ -168,27 +168,37 @@ p {
padding-left: 10px;
}
#boutton_formulaire {
width: 100%;
width: 200px;
height: 50px;
display: flex;
justify-content: space-around;
flex-direction: row;
margin-left: auto;
align-items: center;
padding: 2px;
text-align: center;
}
.formulaire {
background-color: lightskyblue;
padding: 10px;
width: 40%;
height: 300px;
border: solid;
display: flex;
font-size: 20px;
padding: 15px;
li {
padding: 15px;
}
ul {
list-style-type: none;
}
}
.center {
width: 100%;
display: flex;
justify-content: center;
}
#msg {
resize: none;
width: 200px;
}
+1 -1
View File
@@ -65,7 +65,7 @@
<textarea id="msg" placeholder="Je pense qu'il faudrait..." name="user_message"></textarea>
</li>
<div id="boutton_formulaire">
<button type="submit">Envoyer le message</button>
<button type="submit"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-send-icon lucide-send"><path d="M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z"/><path d="m21.854 2.147-10.94 10.939"/></svg>Envoyer le message</button>
</div>
</ul>
</div>