<style>
/*example*/
.tdb-container{
width:200px;
background-color:black;
min-height:30px;
}
.tdb-float{
height:50px;
float:right;
background-color:orange;
}
</style>
<style>
.tdb-container{
width:200px;
background-color:black;
min-height:30px;
padding:5px;}
.tdb-float{
height:50px;
float:right;
width:50px;
background-color:orange;}
</style>
<div class="tdb-container">
<div class="tdb-float">
float</div>
</div>
<style>
/*example*/
.tdb-container{
width:200px;
background-color:black;
min-height:30px;
overflow:auto;
}
</style>
<style>
.tdb-container{
background-color:black;
min-height:30px;
padding:5px;
overflow:auto;}
.tdb-float{
height:50px;
float:right;
width:100px;
background-color:orange;}
</style>
<div class="tdb-container">
<div class="tdb-float">
floating div</div>
</div>
Share TDB SCHOOL
Share this E-Learning Website on social media platforms with your friends and followers