Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> .btn { display: flex; flex-wrap: wrap; width: 80px; padding: 10px; } </style> </head> <body> <h1>Bouton avec flex-wrap</h1> <button class="btn" type="submit">Exemple de mon bouton</button> </body> </html>