<style>
/*example*/
.tdb-overflow{
width:100px;
height:100px;
overflow:auto;
}
</style>
<head>
<style>
.tdb-overflow{
width:60px;
height:100px;
overflow:auto;
}
</style>
</head>
<body>
<h1 class="tdb-overflow">Overflow property</h1>
</body>
<style>
/*example*/
.tdb-overflow{
width:100px;
height:100px;
overflow-x:auto;
}
</style>
<head>
<style>
.tdb-overflow{
width:60px;
height:100px;
overflow-x:auto;
}
</style>
</head>
<body>
<h1 class="tdb-overflow"Overflow property</h1>
</body>
<style>
/*example*/
.tdb-overflow{
width:100px;
height:100px;
overflow-y:auto;
}
</style>
<head>
<style>
.tdb-overflow{
width:60px;
height:50px;
overflow-y:auto;
overflow-x:hidden;
}
</style>
</head>
<body>
<h1 class="tdb-overflow">Overflow property</h1>
</body>
<style>
/*example*/
.tdb-overflow{
width:100px;
height:100px;
overflow: visible;
background-color:black;
color:orange;
}
</style>
<head>
<style>
.tdb-overflow{
width:100px;
height:100px;
overflow: visible;
background-color:black;
color:orange;
}
</style>
</head>
<body>
<h1 class="tdb-overflow">Overflow property</h1>
</body>
<style>
/*example*/
.tdb-overflow{
width:100px;
height:60px;
overflow: scroll;
background-color:black;
color:orange;
}
</style>
<head>
<style>
.tdb-overflow{
width:100px;
height:60px;
overflow: scroll;
background-color:black;
color:orange;
}
</style>
</head>
<body>
<h1 class="tdb-overflow">CSS3 overflow property</h1>
</body>
Share TDB SCHOOL
Share this E-Learning Website on social media platforms with your friends and followers