update style formulaire
This commit is contained in:
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user