Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> div.example { background-color: #1c87c9; color: #fff; width: 40px; overflow-x: auto; } </style> </head> <body> <h2>Beispiel für die Eigenschaft overflow-x</h2> <h3>Overflow-x: auto</h3> <div class="example">Lorem Ipsum ist ein Blindtext der Druck- und Satzindustrie.</div> </body> </html>