Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> div.example { background-color: #1c87c9; color: #fff; width: 40px; overflow-x: auto; } </style> </head> <body> <h2>Exemple de la propriété overflow-x</h2> <h3>Overflow-x: auto</h3> <div class="example">Le Lorem Ipsum est simplement du faux texte employé dans la composition et la mise en page avant impression.</div> </body> </html>