<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
div.example {
background-color: #1c87c9;
color: #fff;
width: 40px;
overflow-x: hidden;
}
</style>
</head>
<body>
<h2>Beispiel für die Eigenschaft overflow-x</h2>
<h3>Overflow-x: hidden</h3>
<div class="example">Lorem Ipsum ist ein Blindtext der Druck- und Satzindustrie.</div>
</body>
</html>